Author: sagara
Date: Wed Oct 21 15:44:05 2009
New Revision: 828067

URL: http://svn.apache.org/viewvc?rev=828067&view=rev
Log:
Woden-71 - move to commons-logging API

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

Modified: webservices/woden/trunk/java/woden-tool/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tool/pom.xml?rev=828067&r1=828066&r2=828067&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-tool/pom.xml (original)
+++ webservices/woden/trunk/java/woden-tool/pom.xml Wed Oct 21 15:44:05 2009
@@ -124,5 +124,43 @@
                        <artifactId>wsdl4j</artifactId>
                        <version>${wsdl4j.version}</version>
                </dependency>
-       </dependencies>
+               <!-- Logger dependencies -->
+          <dependency>
+               <groupId>commons-logging</groupId>
+               <artifactId>commons-logging</artifactId>
+               <version>${commons.logging.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>
\ No newline at end of file



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

Reply via email to