You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by si...@apache.org on 2011/02/23 21:25:49 UTC

svn commit: r1073929 - /incubator/bval/trunk/pom.xml

Author: simonetripodi
Date: Wed Feb 23 20:25:49 2011
New Revision: 1073929

URL: http://svn.apache.org/viewvc?rev=1073929&view=rev
Log:
added the JSR330(DI) dependency
upgrated the guice version

Modified:
    incubator/bval/trunk/pom.xml

Modified: incubator/bval/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bval/trunk/pom.xml?rev=1073929&r1=1073928&r2=1073929&view=diff
==============================================================================
--- incubator/bval/trunk/pom.xml (original)
+++ incubator/bval/trunk/pom.xml Wed Feb 23 20:25:49 2011
@@ -346,9 +346,14 @@
             </dependency>
             <!-- Optional - only used by bval-guice -->
             <dependency>
+                <groupId>javax.inject</groupId>
+                <artifactId>javax.inject</artifactId>
+                <version>1</version>
+            </dependency>
+            <dependency>
                 <groupId>com.google.inject</groupId>
                 <artifactId>guice</artifactId>
-                <version>2.0</version>
+                <version>3.0-rc2</version>
             </dependency>
             <dependency>
                 <groupId>aopalliance</groupId>