ee
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.ow2.spec</groupId>
<artifactId>ee</artifactId>
<version>1.0.13</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- EasyBeans
- Copyright (C) 2007,2008-2012 Bull S.A.S.
- Contact: easybeans@ow2.org
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- $Id: pom.xml 6368 2013-05-07 10:16:53Z albertil $
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.ow2.spec</groupId>
<artifactId>parent</artifactId>
<version>1.0.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.ow2.spec</groupId>
<artifactId>ee</artifactId>
<version>1.0.13</version>
<packaging>pom</packaging>
<name>Java EE Specifications</name>
<modules>
<!-- specification -->
<module>ejb-3.0</module>
<module>ejb-3.1</module>
<module>jms-1.1</module>
<module>jpa-1.0</module>
<module>jpa-2.0</module>
<module>jta-1.1</module>
<module>jsr77-1.1</module>
<module>connector-1.5</module>
<module>connector-1.6</module>
<module>deployment-1.2</module>
<module>jws-2.0</module>
<module>javaee-5</module>
<module>annotation-1.1</module>
<module>interceptor-1.1</module>
<module>atinject-1.0</module>
<module>cdi-1.0</module>
<module>validation-1.0</module>
<module>el-2.2</module>
<module>servlet-3.0</module>
<module>jstl-1.2</module>
<module>jsp-2.2</module>
<module>jsf-2.0</module>
<module>jaxrs-1.1</module>
<module>jaspic-1.0</module>
<module>jacc-1.1</module>
<module>jaxrpc-1.1</module>
<module>jaxb-2.2</module>
<module>stax-1.0</module>
<module>activation-1.1</module>
<module>saaj-1.3</module>
<module>javamail-1.4</module>
<module>jaxws-2.2</module>
<module>jaxr-1.0</module>
<module>ow2-osgi-spi-registry</module>
<!--module>jaxws-2.1</module-->
</modules>
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.1</version>
<classifier>jdk15</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ow2.spec</groupId>
<artifactId>ow2-api-test-engine</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>