Author: sagara
Date: Wed Oct 21 16:08:25 2009
New Revision: 828074

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

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

Modified: webservices/woden/trunk/java/woden-om/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-om/pom.xml?rev=828074&r1=828073&r2=828074&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-om/pom.xml (original)
+++ webservices/woden/trunk/java/woden-om/pom.xml Wed Oct 21 16:08:25 2009
@@ -136,5 +136,37 @@
                <version>${apache.axiom.version}</version>
                <scope>runtime</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