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:47:57 UTC

svn commit: r796219 - /excalibur/trunk/components/store/pom.xml

Author: rdonkin
Date: Tue Jul 21 09:47:57 2009
New Revision: 796219

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

Modified:
    excalibur/trunk/components/store/pom.xml

Modified: excalibur/trunk/components/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/store/pom.xml?rev=796219&r1=796218&r2=796219&view=diff
==============================================================================
--- excalibur/trunk/components/store/pom.xml (original)
+++ excalibur/trunk/components/store/pom.xml Tue Jul 21 09:47:57 2009
@@ -52,18 +52,15 @@
       <groupId>jisp</groupId>
       <artifactId>jisp</artifactId>
       <scope>provided</scope>
-      <version>2.5.1</version>
     </dependency>
     <dependency>
       <groupId>concurrent</groupId>
       <artifactId>concurrent</artifactId>
-      <version>1.3.4</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
-      <version>3.8.2</version>
     </dependency>
   </dependencies>
   <build>



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