Author: coheigea
Date: Thu Dec 23 12:31:03 2010
New Revision: 1052242
URL: http://svn.apache.org/viewvc?rev=1052242&view=rev
Log:
Upgrading to commons logging 1.1.1 and log4j 1.2.16.
Added:
webservices/wss4j/trunk/lib/commons-logging-1.1.1.jar (with props)
webservices/wss4j/trunk/lib/log4j-1.2.16.jar (with props)
Removed:
webservices/wss4j/trunk/lib/commons-logging-1.1.jar
webservices/wss4j/trunk/lib/log4j-1.2.9.jar
Modified:
webservices/wss4j/trunk/pom.xml
Added: webservices/wss4j/trunk/lib/commons-logging-1.1.1.jar
URL:
http://svn.apache.org/viewvc/webservices/wss4j/trunk/lib/commons-logging-1.1.1.jar?rev=1052242&view=auto
==============================================================================
Binary file - no diff available.
Propchange: webservices/wss4j/trunk/lib/commons-logging-1.1.1.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: webservices/wss4j/trunk/lib/log4j-1.2.16.jar
URL:
http://svn.apache.org/viewvc/webservices/wss4j/trunk/lib/log4j-1.2.16.jar?rev=1052242&view=auto
==============================================================================
Binary file - no diff available.
Propchange: webservices/wss4j/trunk/lib/log4j-1.2.16.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: webservices/wss4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=1052242&r1=1052241&r2=1052242&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Thu Dec 23 12:31:03 2010
@@ -350,10 +350,11 @@
<opensaml.version>1.1</opensaml.version>
<xml.apis.version>1.3.04</xml.apis.version>
<bcprov.version>1.45</bcprov.version>
- <commons.logging.version>1.1</commons.logging.version>
+ <commons.logging.version>1.1.1</commons.logging.version>
<xalan.version>2.7.1</xalan.version>
<xerces.version>2.9.1</xerces.version>
<junit.version>4.8.2</junit.version>
+ <log4j.version>1.2.16</log4j.version>
</properties>
<dependencies>
@@ -382,6 +383,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>${log4j.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>${xalan.version}</version>