You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/05/22 17:33:09 UTC

svn commit: r659137 - /geronimo/server/trunk/plugins/jaxws/jaxws-deployer/pom.xml

Author: gawor
Date: Thu May 22 08:33:08 2008
New Revision: 659137

URL: http://svn.apache.org/viewvc?rev=659137&view=rev
Log:
fix classpath for jaxws-tools cli tool

Modified:
    geronimo/server/trunk/plugins/jaxws/jaxws-deployer/pom.xml

Modified: geronimo/server/trunk/plugins/jaxws/jaxws-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jaxws/jaxws-deployer/pom.xml?rev=659137&r1=659136&r2=659137&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/jaxws/jaxws-deployer/pom.xml (original)
+++ geronimo/server/trunk/plugins/jaxws/jaxws-deployer/pom.xml Thu May 22 08:33:08 2008
@@ -92,6 +92,18 @@
                             <artifactId>cglib-nodep</artifactId>
                         </element>
                         <element>
+                            <groupId>org.slf4j</groupId>
+                            <artifactId>slf4j-api</artifactId>
+                        </element>
+                        <element>
+                            <groupId>org.slf4j</groupId>
+                            <artifactId>slf4j-log4j12</artifactId>
+                        </element>
+                        <element>
+                            <groupId>org.slf4j</groupId>
+                            <artifactId>jcl104-over-slf4j</artifactId>
+                        </element>
+                        <element>
                             <groupId>log4j</groupId>
                             <artifactId>log4j</artifactId>
                         </element>