[seam-commits] Seam SVN: r8455 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Jul 14 07:06:23 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-07-14 07:06:23 -0400 (Mon, 14 Jul 2008)
New Revision: 8455
Modified:
trunk/build/resteasy.pom.xml
trunk/build/root.pom.xml
Log:
resteasy dependencies
Modified: trunk/build/resteasy.pom.xml
===================================================================
--- trunk/build/resteasy.pom.xml 2008-07-14 11:05:32 UTC (rev 8454)
+++ trunk/build/resteasy.pom.xml 2008-07-14 11:06:23 UTC (rev 8455)
@@ -21,6 +21,17 @@
<type>ejb</type>
</dependency>
+ <dependency>
+ <groupId>org.resteasy</groupId>
+ <artifactId>resteasy-jaxrs</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
</dependencies>
</project>
\ No newline at end of file
Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml 2008-07-14 11:05:32 UTC (rev 8454)
+++ trunk/build/root.pom.xml 2008-07-14 11:06:23 UTC (rev 8455)
@@ -246,6 +246,18 @@
<artifactId>jgroups</artifactId>
<version>2.4.1</version>
</dependency>
+
+ <dependency>
+ <groupId>org.resteasy</groupId>
+ <artifactId>resteasy-jaxrs</artifactId>
+ <version>1.0-beta-5</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>org.hibernate</groupId>
More information about the seam-commits
mailing list