You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/11/11 23:57:07 UTC

svn commit: r1638516 - in /directory/mavibot/trunk: mavibot/pom.xml pom.xml

Author: elecharny
Date: Tue Nov 11 22:57:07 2014
New Revision: 1638516

URL: http://svn.apache.org/r1638516
Log:
Removed the log4j dependency (MAVIBOT-36)

Modified:
    directory/mavibot/trunk/mavibot/pom.xml
    directory/mavibot/trunk/pom.xml

Modified: directory/mavibot/trunk/mavibot/pom.xml
URL: http://svn.apache.org/viewvc/directory/mavibot/trunk/mavibot/pom.xml?rev=1638516&r1=1638515&r2=1638516&view=diff
==============================================================================
--- directory/mavibot/trunk/mavibot/pom.xml (original)
+++ directory/mavibot/trunk/mavibot/pom.xml Tue Nov 11 22:57:07 2014
@@ -65,12 +65,6 @@
       <artifactId>slf4j-log4j12</artifactId>
       <version>${slf4j.log4j12.version}</version>
     </dependency>
-
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>${log4j.version}</version>
-    </dependency>
   </dependencies>  
 </project>
 

Modified: directory/mavibot/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/mavibot/trunk/pom.xml?rev=1638516&r1=1638515&r2=1638516&view=diff
==============================================================================
--- directory/mavibot/trunk/pom.xml (original)
+++ directory/mavibot/trunk/pom.xml Tue Nov 11 22:57:07 2014
@@ -81,7 +81,6 @@
     <slf4j.version>1.7.7</slf4j.version>
     <commons.collections.version>3.2.1</commons.collections.version>
     <commons.io.version>2.4</commons.io.version>
-    <log4j.version>1.2.17</log4j.version>
     <slf4j.api.version>1.7.7</slf4j.api.version>
     <slf4j.log4j12.version>1.7.7</slf4j.log4j12.version>
   </properties>