You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by sa...@apache.org on 2009/10/21 17:37:02 UTC

svn commit: r828055 - /webservices/woden/trunk/java/woden-commons/pom.xml

Author: sagara
Date: Wed Oct 21 15:37:01 2009
New Revision: 828055

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

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

Modified: webservices/woden/trunk/java/woden-commons/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-commons/pom.xml?rev=828055&r1=828054&r2=828055&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-commons/pom.xml (original)
+++ webservices/woden/trunk/java/woden-commons/pom.xml Wed Oct 21 15:37:01 2009
@@ -108,5 +108,44 @@
            <artifactId>woden-api</artifactId>
            <version>${woden.version}</version>
        </dependency>
+	   <!-- 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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org