[prev in list] [next in list] [prev in thread] [next in thread] 

List:       woden-dev
Subject:    svn commit: r828067 - /webservices/woden/trunk/java/woden-tool/pom.xml
From:       sagara () apache ! org
Date:       2009-10-21 15:44:06
Message-ID: 20091021154406.7F71623888FC () eris ! apache ! org
[Download RAW message or body]

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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic