1
0
mirror of synced 2026-07-20 01:55:08 +00:00

SEC-286: Reverted rev# 1588 as build fails without log4j (class not found exception)

This commit is contained in:
Carlos Sanchez
2006-08-22 16:17:46 +00:00
parent 69ec903088
commit 38ec0f0d30
+8 -2
View File
@@ -1,4 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.acegisecurity</groupId>
@@ -115,6 +117,10 @@
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
</dependencies>
<build>
@@ -146,4 +152,4 @@
</resources>
</build>
</project>
</project>