You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2014/04/30 03:07:46 UTC

svn commit: r1591159 - in /commons/proper/jcs/trunk: commons-jcs-core/pom.xml commons-jcs-tck-tests/pom.xml

Author: olamy
Date: Wed Apr 30 01:07:46 2014
New Revision: 1591159

URL: http://svn.apache.org/r1591159
Log:
more use of dMngt from parent pom

Modified:
    commons/proper/jcs/trunk/commons-jcs-core/pom.xml
    commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml

Modified: commons/proper/jcs/trunk/commons-jcs-core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-core/pom.xml?rev=1591159&r1=1591158&r2=1591159&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-core/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-core/pom.xml Wed Apr 30 01:07:46 2014
@@ -62,7 +62,6 @@
     <dependency>
       <groupId>hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
-      <!-- <version>1.8.0.7</version> -->
       <optional>true</optional>
     </dependency>
 

Modified: commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml?rev=1591159&r1=1591158&r2=1591159&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml Wed Apr 30 01:07:46 2014
@@ -103,7 +103,6 @@
       <artifactId>cache-tests</artifactId>
       <classifier>tests</classifier>
       <scope>test</scope>
-      <version>${jsr107.api.version}</version>
     </dependency>
 
     <dependency>
@@ -115,7 +114,6 @@
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jcdi_1.0_spec</artifactId>
-      <version>1.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -127,7 +125,6 @@
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-interceptor_1.1_spec</artifactId>
-      <version>1.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>