Author: sagara
Date: Wed Oct 21 16:07:58 2009
New Revision: 828073

URL: http://svn.apache.org/viewvc?rev=828073&view=rev
Log:
Log4j added as a  test dependency. 

Modified:
    webservices/woden/trunk/java/woden-dom/pom.xml

Modified: webservices/woden/trunk/java/woden-dom/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-dom/pom.xml?rev=828073&r1=828072&r2=828073&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-dom/pom.xml (original)
+++ webservices/woden/trunk/java/woden-dom/pom.xml Wed Oct 21 16:07:58 2009
@@ -125,5 +125,37 @@
                        <version>2.8.1</version>
                        <scope>test</scope>
                </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>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to