Author: olamy
Date: Tue Apr 29 08:04:51 2014
New Revision: 1590906

URL: http://svn.apache.org/r1590906
Log:
fix missing deps

Modified:
    commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml
    commons/proper/jcs/trunk/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=1590906&r1=1590905&r2=1590906&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml Tue Apr 29 08:04:51 
2014
@@ -83,6 +83,11 @@
     </dependency>
 
     <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>commons-jcs-jcache</artifactId>
+    </dependency>
+
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>

Modified: commons/proper/jcs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1590906&r1=1590905&r2=1590906&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Tue Apr 29 08:04:51 2014
@@ -190,6 +190,12 @@
         <version>${project.version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>commons-jcs-jcache</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+
       <!--  REQUIRED FOR JCS CORE -->
       <dependency>
         <groupId>commons-logging</groupId>


Reply via email to