|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + ~ JBoss, a division of Red Hat |
| 4 | + ~ Copyright 2011, Red Hat Middleware, LLC, and individual |
| 5 | + ~ contributors as indicated by the @authors tag. See the |
| 6 | + ~ copyright.txt in the distribution for a full listing of |
| 7 | + ~ individual contributors. |
| 8 | + ~ |
| 9 | + ~ This is free software; you can redistribute it and/or modify it |
| 10 | + ~ under the terms of the GNU Lesser General Public License as |
| 11 | + ~ published by the Free Software Foundation; either version 2.1 of |
| 12 | + ~ the License, or (at your option) any later version. |
| 13 | + ~ |
| 14 | + ~ This software is distributed in the hope that it will be useful, |
| 15 | + ~ but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | + ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 17 | + ~ Lesser General Public License for more details. |
| 18 | + ~ |
| 19 | + ~ You should have received a copy of the GNU Lesser General Public |
| 20 | + ~ License along with this software; if not, write to the Free |
| 21 | + ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA |
| 22 | + ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. |
| 23 | + --> |
| 24 | + |
| 25 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 26 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 27 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 28 | + <modelVersion>4.0.0</modelVersion> |
| 29 | + |
| 30 | + <groupId>gatein-api</groupId> |
| 31 | + <artifactId>gatein-api</artifactId> |
| 32 | + <version>0.1-SNAPSHOT</version> |
| 33 | + |
| 34 | + <parent> |
| 35 | + <groupId>org.gatein</groupId> |
| 36 | + <artifactId>gatein-parent</artifactId> |
| 37 | + <version>1.1.0-Beta01</version> |
| 38 | + </parent> |
| 39 | + |
| 40 | +<!-- <dependencies> |
| 41 | + <dependency> |
| 42 | + <groupId>org.testng</groupId> |
| 43 | + <artifactId>testng</artifactId> |
| 44 | + <version>5.14.10</version> |
| 45 | + <scope>test</scope> |
| 46 | + </dependency> |
| 47 | + </dependencies> |
| 48 | +--> |
| 49 | +</project> |
0 commit comments