Update of /var/cvs/applications/oscache-cache
In directory james.mmbase.org:/tmp/cvs-serv23668

Modified Files:
        pom.xml 
Log Message:
no need to install 2 log4j.jars (1.2.12 and 1.2.13)


See also: http://cvs.mmbase.org/viewcvs/applications/oscache-cache


Index: pom.xml
===================================================================
RCS file: /var/cvs/applications/oscache-cache/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- pom.xml     27 Feb 2009 10:41:22 -0000      1.1
+++ pom.xml     27 Feb 2009 10:57:08 -0000      1.2
@@ -30,6 +30,13 @@
       <groupId>opensymphony</groupId>
       <artifactId>oscache</artifactId>
       <version>2.4</version>
+      <exclusions>
+        <exclusion>
+          <!-- mmbase has a dependency on this already, we don't want 2 
version of the same thing -->
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
   </dependencies>
 </project>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to