Author: mstruk
Date: 2011-10-27 14:11:18 -0400 (Thu, 27 Oct 2011)
New Revision: 7898
Modified:
portal/trunk/component/web/security/pom.xml
Log:
Fix for apache-log4j:log4j obsolete dependency transitively polluting the build
Modified: portal/trunk/component/web/security/pom.xml
===================================================================
--- portal/trunk/component/web/security/pom.xml 2011-10-27 08:11:13 UTC (rev 7897)
+++ portal/trunk/component/web/security/pom.xml 2011-10-27 18:11:18 UTC (rev 7898)
@@ -105,6 +105,10 @@
<groupId>trove</groupId>
<artifactId>trove</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>apache-log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
Show replies by date