You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2018/10/04 19:17:15 UTC

svn commit: r1842845 - /turbine/fulcrum/trunk/cache/pom.xml

Author: painter
Date: Thu Oct  4 19:17:15 2018
New Revision: 1842845

URL: http://svn.apache.org/viewvc?rev=1842845&view=rev
Log:
fixed reference - cache is still broken though

Modified:
    turbine/fulcrum/trunk/cache/pom.xml

Modified: turbine/fulcrum/trunk/cache/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/cache/pom.xml?rev=1842845&r1=1842844&r2=1842845&view=diff
==============================================================================
--- turbine/fulcrum/trunk/cache/pom.xml (original)
+++ turbine/fulcrum/trunk/cache/pom.xml Thu Oct  4 19:17:15 2018
@@ -69,10 +69,9 @@
 	    <version>2.10.5</version>
 	</dependency>
 	<dependency>
-	    <groupId>org.apache.tomee.patch</groupId>
+	    <groupId>org.apache.commons</groupId>
 	    <artifactId>commons-jcs-core</artifactId>
-	    <version>2.0-M1</version>
-		<optional>true</optional>
+	    <version>2.2.1</version>
 	</dependency>
     <!-- testing dependencies -->
     <dependency>