From: <fg...@us...> - 2009-01-31 17:21:36
|
Revision: 968 http://openutils.svn.sourceforge.net/openutils/?rev=968&view=rev Author: fgiust Date: 2009-01-31 17:21:34 +0000 (Sat, 31 Jan 2009) Log Message: ----------- update log4j to 1.2.15 Modified Paths: -------------- trunk/openutils-log4j/pom.xml trunk/openutils-log4j/src/site/changes/changes.xml Modified: trunk/openutils-log4j/pom.xml =================================================================== --- trunk/openutils-log4j/pom.xml 2009-01-30 16:43:39 UTC (rev 967) +++ trunk/openutils-log4j/pom.xml 2009-01-31 17:21:34 UTC (rev 968) @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd "> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd "> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.sourceforge.openutils</groupId> @@ -28,12 +29,30 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.14</version> + <version>1.2.15</version> + <exclusions> + <exclusion> + <groupId>javax.mail</groupId> + <artifactId>mail</artifactId> + </exclusion> + <exclusion> + <groupId>javax.jms</groupId> + <artifactId>jms</artifactId> + </exclusion> + <exclusion> + <groupId>com.sun.jdmk</groupId> + <artifactId>jmxtools</artifactId> + </exclusion> + <exclusion> + <groupId>com.sun.jmx</groupId> + <artifactId>jmxri</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.3</version> + <version>2.4</version> </dependency> <dependency> <groupId>javax.mail</groupId> @@ -54,4 +73,4 @@ <scope>test</scope> </dependency> </dependencies> -</project> +</project> \ No newline at end of file Modified: trunk/openutils-log4j/src/site/changes/changes.xml =================================================================== --- trunk/openutils-log4j/src/site/changes/changes.xml 2009-01-30 16:43:39 UTC (rev 967) +++ trunk/openutils-log4j/src/site/changes/changes.xml 2009-01-31 17:21:34 UTC (rev 968) @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- + <!-- "type" attribute can be: add, remove, update or fix. --> <document> @@ -8,6 +8,10 @@ <author email="fgiust(at)users.sourceforge.net">Fabrizio Giustina</author> </properties> <body> + <release version="2.0.3" date="2009-01-31" description="2.0.3"> + <action type="update" dev="fgiust"> Updated log4j dependency to 1.2.15 with the necessary exclusion (1.2.15 brings + in several optional/unwanted dependencies with maven)</action> + </release> <release version="2.0.2" date="2008-03-19" description="2.0.2"> <action type="fix" dev="fgiust"> Fixed a NPE in AlternateSMTPAppender (for exceptions with a null stacktrace) </action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |