|
From: <fg...@us...> - 2013-12-08 19:55:43
|
Revision: 4474
http://openutils.svn.sourceforge.net/openutils/?rev=4474&view=rev
Author: fgiust
Date: 2013-12-08 19:55:40 +0000 (Sun, 08 Dec 2013)
Log Message:
-----------
exclude commons-loggin
Modified Paths:
--------------
magnoliamodules/trunk/openutils-mgnltests/pom.xml
trunk/openutils-testing4web/pom.xml
Modified: magnoliamodules/trunk/openutils-mgnltests/pom.xml
===================================================================
--- magnoliamodules/trunk/openutils-mgnltests/pom.xml 2013-12-08 19:52:03 UTC (rev 4473)
+++ magnoliamodules/trunk/openutils-mgnltests/pom.xml 2013-12-08 19:55:40 UTC (rev 4474)
@@ -1,4 +1,5 @@
-<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 ">
<parent>
<groupId>net.sourceforge.openutils</groupId>
<artifactId>openutils-parent</artifactId>
@@ -113,6 +114,12 @@
<artifactId>openutils-testing4web</artifactId>
<version>1.2.1</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>info.magnolia</groupId>
Modified: trunk/openutils-testing4web/pom.xml
===================================================================
--- trunk/openutils-testing4web/pom.xml 2013-12-08 19:52:03 UTC (rev 4473)
+++ trunk/openutils-testing4web/pom.xml 2013-12-08 19:55:40 UTC (rev 4474)
@@ -126,6 +126,10 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|