You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/07/12 23:39:27 UTC

svn commit: r963497 - /tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/pom.xml

Author: antelder
Date: Mon Jul 12 21:39:27 2010
New Revision: 963497

URL: http://svn.apache.org/viewvc?rev=963497&view=rev
Log:
Fix no class def error from wink update to use slf4j api from 1.6 which includes a default noop log impl

Modified:
    tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/pom.xml?rev=963497&r1=963496&r2=963497&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/pom.xml Mon Jul 12 21:39:27 2010
@@ -50,6 +50,11 @@
             <artifactId>wink-server</artifactId>
             <version>1.1.1-incubating</version>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>1.6.0</version>
+        </dependency>
 
         <dependency>
             <groupId>junit</groupId>