Author: olamy Date: Wed Apr 30 01:07:40 2014 New Revision: 1591158 URL: http://svn.apache.org/r1591158 Log: more pom cleanup
Modified: commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml 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=1591158&r1=1591157&r2=1591158&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:40 2014 @@ -81,24 +81,21 @@ <dependency> <groupId>javax.cache</groupId> <artifactId>test-domain</artifactId> - <version>${jsr107.api.version}</version> </dependency> <dependency> <groupId>javax.cache</groupId> <artifactId>app-domain</artifactId> - <version>${jsr107.api.version}</version> </dependency> + <dependency> <groupId>javax.cache</groupId> <artifactId>cache-api</artifactId> - <version>${jsr107.api.version}</version> </dependency> <dependency> <groupId>javax.cache</groupId> <artifactId>cache-tests</artifactId> - <version>${jsr107.api.version}</version> </dependency> <dependency>