You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by rd...@apache.org on 2009/07/21 11:50:04 UTC

svn commit: r796221 - /excalibur/trunk/parent/pom.xml

Author: rdonkin
Date: Tue Jul 21 09:50:04 2009
New Revision: 796221

URL: http://svn.apache.org/viewvc?rev=796221&view=rev
Log:
EXLBR-46 Inherit external dependencies https://issues.apache.org/jira/browse/EXLBR-46

Modified:
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=796221&r1=796220&r2=796221&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Tue Jul 21 09:50:04 2009
@@ -98,6 +98,17 @@
       </dependency>
 
   <!-- External -->
+<!-- Default Scope-->
+      <dependency>
+         <groupId>commons-collections</groupId>
+         <artifactId>commons-collections</artifactId>
+         <version>3.1</version>
+      </dependency>
+      <dependency>
+         <groupId>concurrent</groupId>
+         <artifactId>concurrent</artifactId>
+         <version>1.3.4</version>
+      </dependency>
 
 <!-- Provided -->
         <dependency>
@@ -143,14 +154,10 @@
           <version>1.0.4</version>
       </dependency>
       <dependency>
-         <groupId>commons-collections</groupId>
-         <artifactId>commons-collections</artifactId>
-         <version>3.1</version>
-      </dependency>
-      <dependency>
-         <groupId>concurrent</groupId>
-         <artifactId>concurrent</artifactId>
-         <version>1.3.4</version>
+          <groupId>jisp</groupId>
+          <artifactId>jisp</artifactId>
+          <scope>provided</scope>
+          <version>2.5.1</version>
       </dependency>
 
 <!-- Test -->



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org