You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2012/05/09 11:33:59 UTC

svn commit: r1336028 - /geronimo/tck/branches/3.0-beta/validator-tck-runner/pom.xml

Author: xiaming
Date: Wed May  9 09:33:58 2012
New Revision: 1336028

URL: http://svn.apache.org/viewvc?rev=1336028&view=rev
Log:
GERONIMO-6346 Add commons-lang3 dependency for bval 0.4 upgrade

Modified:
    geronimo/tck/branches/3.0-beta/validator-tck-runner/pom.xml

Modified: geronimo/tck/branches/3.0-beta/validator-tck-runner/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0-beta/validator-tck-runner/pom.xml?rev=1336028&r1=1336027&r2=1336028&view=diff
==============================================================================
--- geronimo/tck/branches/3.0-beta/validator-tck-runner/pom.xml (original)
+++ geronimo/tck/branches/3.0-beta/validator-tck-runner/pom.xml Wed May  9 09:33:58 2012
@@ -62,6 +62,12 @@
             <groupId>org.apache.geronimo.bundles</groupId>
             <artifactId>bval-jsr303</artifactId>
         </dependency>
+        
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <scope>test</scope>
+        </dependency>
 
         <dependency>
             <groupId>commons-beanutils</groupId>