jetty.project/jetty-cdi/pom.xml

29 lines
969 B
XML
Raw Normal View History

2017-06-06 11:55:12 -04:00
<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.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
2017-11-21 15:11:31 -05:00
<version>9.4.9-SNAPSHOT</version>
2017-06-06 11:55:12 -04:00
</parent>
<modelVersion>4.0.0</modelVersion>
2017-08-08 13:40:58 -04:00
<groupId>org.eclipse.jetty.cdi</groupId>
<artifactId>jetty-cdi-parent</artifactId>
<name>Jetty :: CDI :: Parent</name>
2017-06-06 11:55:12 -04:00
<url>http://www.eclipse.org/jetty</url>
2017-08-08 13:40:58 -04:00
<packaging>pom</packaging>
2017-06-06 11:55:12 -04:00
<properties>
2017-08-08 13:40:58 -04:00
<weld.version>2.4.3.Final</weld.version>
2017-06-06 11:55:12 -04:00
</properties>
2017-08-08 13:40:58 -04:00
<modules>
<module>cdi-core</module>
<module>cdi-servlet</module>
<module>cdi-full-servlet</module>
<module>cdi-websocket</module>
2017-10-16 23:30:49 -04:00
<module>cdi-2</module>
2017-08-08 13:40:58 -04:00
<module>test-cdi-webapp</module>
<!-- needs to be fixed still
<module>test-cdi-it</module>
-->
</modules>
2017-06-06 11:55:12 -04:00
</project>