Author: tv
Date: Tue Jan  7 14:28:49 2014
New Revision: 1556225

URL: http://svn.apache.org/r1556225
Log:
Update jgroups dependency to a version that is ASL compatible.

Modified:
    commons/proper/jcs/trunk/pom.xml

Modified: commons/proper/jcs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1556225&r1=1556224&r2=1556225&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Tue Jan  7 14:28:49 2014
@@ -81,6 +81,7 @@
       <scope>test</scope>
     </dependency>
 
+    <!--  Test dependencies -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -91,21 +92,16 @@
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.12</version>
+      <version>1.2.16</version>
       <scope>test</scope>
     </dependency>
 
-    <!-- LGPL! -->
-    <!--
     <dependency>
-      <groupId>jgroups</groupId>
-      <artifactId>jgroups-all</artifactId>
-      <version>2.2.8</version>
-      <type>jar</type>
-      <scope>compile</scope>
+      <groupId>org.jgroups</groupId>
+      <artifactId>jgroups</artifactId>
+      <version>3.4.1.Final</version>
       <optional>true</optional>
     </dependency>
-    -->
 
     <dependency>
       <groupId>org.apache.velocity</groupId>


Reply via email to