[infinispan-commits] Infinispan SVN: r1369 - trunk/server/rest.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Thu Jan 14 08:20:06 EST 2010


Author: manik.surtani at jboss.com
Date: 2010-01-14 08:20:05 -0500 (Thu, 14 Jan 2010)
New Revision: 1369

Modified:
   trunk/server/rest/pom.xml
Log:
Updated POM

Modified: trunk/server/rest/pom.xml
===================================================================
--- trunk/server/rest/pom.xml	2010-01-13 22:46:20 UTC (rev 1368)
+++ trunk/server/rest/pom.xml	2010-01-14 13:20:05 UTC (rev 1369)
@@ -79,13 +79,19 @@
       <dependency>
          <groupId>org.jboss.resteasy</groupId>
          <artifactId>resteasy-jaxrs</artifactId>
-         <version>1.2.GA</version>
+         <version>1.2.1.GA</version>
+         <exclusions>
+            <exclusion>
+               <groupId>org.slf4j</groupId>
+               <artifactId>slf4j-simple</artifactId>
+            </exclusion>
+         </exclusions>
       </dependency>
 
       <dependency>
          <groupId>org.codehaus.jackson</groupId>
          <artifactId>jackson-mapper-asl</artifactId>
-         <version>0.9.9-6</version>
+         <version>1.4.1</version>
       </dependency>
 
       <dependency>



More information about the infinispan-commits mailing list