[picketlink-commits] Picketlink SVN: r1113 - in federation/trunk: picketlink-fed-core and 1 other directories.

picketlink-commits at lists.jboss.org picketlink-commits at lists.jboss.org
Sat Jul 23 19:01:36 EDT 2011


Author: anil.saldhana at jboss.com
Date: 2011-07-23 19:01:36 -0400 (Sat, 23 Jul 2011)
New Revision: 1113

Modified:
   federation/trunk/parent/pom.xml
   federation/trunk/picketlink-fed-core/pom.xml
   federation/trunk/picketlink-web/pom.xml
Log:
PLINK-47:  fix log4j groupid

Modified: federation/trunk/parent/pom.xml
===================================================================
--- federation/trunk/parent/pom.xml	2011-07-23 04:45:11 UTC (rev 1112)
+++ federation/trunk/parent/pom.xml	2011-07-23 23:01:36 UTC (rev 1113)
@@ -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>

Modified: federation/trunk/picketlink-fed-core/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-core/pom.xml	2011-07-23 04:45:11 UTC (rev 1112)
+++ federation/trunk/picketlink-fed-core/pom.xml	2011-07-23 23:01:36 UTC (rev 1113)
@@ -53,7 +53,7 @@
          <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>apache-log4j</groupId>
+        <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
       </dependency>
       <dependency>

Modified: federation/trunk/picketlink-web/pom.xml
===================================================================
--- federation/trunk/picketlink-web/pom.xml	2011-07-23 04:45:11 UTC (rev 1112)
+++ federation/trunk/picketlink-web/pom.xml	2011-07-23 23:01:36 UTC (rev 1113)
@@ -138,7 +138,7 @@
          <artifactId>jbossxacml</artifactId>
       </dependency>
       <dependency>
-         <groupId>apache-log4j</groupId>
+         <groupId>log4j</groupId>
          <artifactId>log4j</artifactId>
       </dependency>
       <dependency>



More information about the picketlink-commits mailing list