Author: heiko.braun(a)jboss.com
Date: 2010-10-18 11:33:43 -0400 (Mon, 18 Oct 2010)
New Revision: 1043
Modified:
trunk/runtime/jbossesb-bpel/pom.xml
Log:
exclude deprecated picketlink dependencies
Modified: trunk/runtime/jbossesb-bpel/pom.xml
===================================================================
--- trunk/runtime/jbossesb-bpel/pom.xml 2010-10-18 09:20:34 UTC (rev 1042)
+++ trunk/runtime/jbossesb-bpel/pom.xml 2010-10-18 15:33:43 UTC (rev 1043)
@@ -52,6 +52,16 @@
<artifactId>picketlink-fed-core</artifactId>
<version>${picketlink.version}</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>apache-log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>apache-logging</groupId>
+ <artifactId>commons-logging-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
<build>