Author: sagara
Date: Wed Oct 21 16:08:53 2009
New Revision: 828075
URL: http://svn.apache.org/viewvc?rev=828075&view=rev
Log:
Log4j added as a test dependency.
Modified:
webservices/woden/trunk/java/woden-tests/pom-impl-dom.xml
webservices/woden/trunk/java/woden-tests/pom-impl-om.xml
Modified: webservices/woden/trunk/java/woden-tests/pom-impl-dom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tests/pom-impl-dom.xml?rev=828075&r1=828074&r2=828075&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-tests/pom-impl-dom.xml (original)
+++ webservices/woden/trunk/java/woden-tests/pom-impl-dom.xml Wed Oct 21
16:08:53 2009
@@ -57,6 +57,38 @@
<groupId>org.apache.woden</groupId>
<artifactId>woden-impl-dom</artifactId>
<version>${woden.version}</version>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>${lof4j.version}</version>
+ <scope>test</scope>
+ <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>
+ <exclusion>
+ <groupId>oro</groupId>
+ <artifactId>oro</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
</project>
Modified: webservices/woden/trunk/java/woden-tests/pom-impl-om.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tests/pom-impl-om.xml?rev=828075&r1=828074&r2=828075&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-tests/pom-impl-om.xml (original)
+++ webservices/woden/trunk/java/woden-tests/pom-impl-om.xml Wed Oct 21
16:08:53 2009
@@ -76,5 +76,37 @@
<artifactId>woden-impl-om</artifactId>
<version>${woden.version}</version>
</dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>${lof4j.version}</version>
+ <scope>test</scope>
+ <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>
+ <exclusion>
+ <groupId>oro</groupId>
+ <artifactId>oro</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]