You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by in...@apache.org on 2008/10/28 10:21:41 UTC

svn commit: r708490 - /synapse/trunk/java/pom.xml

Author: indika
Date: Tue Oct 28 02:21:40 2008
New Revision: 708490

URL: http://svn.apache.org/viewvc?rev=708490&view=rev
Log:
add commons-lang with scope test

Modified:
    synapse/trunk/java/pom.xml

Modified: synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=708490&r1=708489&r2=708490&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Tue Oct 28 02:21:40 2008
@@ -1051,6 +1051,13 @@
             <version>${commons-cli.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>${commons-lang.version}</version>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
 
     <reporting>
@@ -1203,6 +1210,7 @@
         <groovy.version>1.0</groovy.version>
         <servlet-api.version>2.3</servlet-api.version>
         <qpid.version>1.0-incubating-M3-615355</qpid.version>
+        <commons-lang.version>2.1</commons-lang.version>
 
     </properties>