Author: sgoeschl
Date: Sat Aug 8 06:08:05 2015
New Revision: 1694769
URL: http://svn.apache.org/r1694769
Log:
Using the same log4j version as Turbine
Modified:
turbine/fulcrum/trunk/security/hibernate/pom.xml
turbine/fulcrum/trunk/testcontainer/pom.xml
Modified: turbine/fulcrum/trunk/security/hibernate/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/hibernate/pom.xml?rev=1694769&r1=1694768&r2=1694769&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/hibernate/pom.xml (original)
+++ turbine/fulcrum/trunk/security/hibernate/pom.xml Sat Aug 8 06:08:05 2015
@@ -119,7 +119,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <version>1.2.16</version>
+ <version>1.2.15</version>
<type>jar</type>
<scope>test</scope>
</dependency>
Modified: turbine/fulcrum/trunk/testcontainer/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/pom.xml?rev=1694769&r1=1694768&r2=1694769&view=diff
==============================================================================
--- turbine/fulcrum/trunk/testcontainer/pom.xml (original)
+++ turbine/fulcrum/trunk/testcontainer/pom.xml Sat Aug 8 06:08:05 2015
@@ -81,7 +81,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <version>1.2.16</version>
+ <version>1.2.15</version>
<type>jar</type>
<optional>true</optional>
<exclusions>