[jboss-cvs] Picketlink SVN: r1114 - integration-tests/trunk/parent.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jul 23 19:02:41 EDT 2011


Author: anil.saldhana at jboss.com
Date: 2011-07-23 19:02:41 -0400 (Sat, 23 Jul 2011)
New Revision: 1114

Modified:
   integration-tests/trunk/parent/pom.xml
Log:
PLINK-47:  fix log4j groupid

Modified: integration-tests/trunk/parent/pom.xml
===================================================================
--- integration-tests/trunk/parent/pom.xml	2011-07-23 23:01:36 UTC (rev 1113)
+++ integration-tests/trunk/parent/pom.xml	2011-07-23 23:02:41 UTC (rev 1114)
@@ -114,7 +114,7 @@
          <scope>test</scope>
       </dependency>
       <dependency>
-         <groupId>apache-log4j</groupId>
+         <groupId>log4j</groupId>
          <artifactId>log4j</artifactId>
          <version>1.2.14</version>
          <optional>true</optional>



More information about the jboss-cvs-commits mailing list