You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/10/02 20:48:12 UTC

svn commit: r1003860 - /tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/webapps/helloworld-jaxrs/pom.xml

Author: lresende
Date: Sat Oct  2 18:48:11 2010
New Revision: 1003860

URL: http://svn.apache.org/viewvc?rev=1003860&view=rev
Log:
Adding SLF4 dependencies required after migrating to Wink 1.1.1

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

Modified: tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/webapps/helloworld-jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/webapps/helloworld-jaxrs/pom.xml?rev=1003860&r1=1003859&r2=1003860&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/webapps/helloworld-jaxrs/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/webapps/helloworld-jaxrs/pom.xml Sat Oct  2 18:48:11 2010
@@ -45,6 +45,7 @@
             <artifactId>wink-common</artifactId>
             <version>1.1.1-incubating</version>
         </dependency>
+
         <dependency>
             <groupId>org.apache.wink</groupId>
             <artifactId>wink-server</artifactId>
@@ -52,6 +53,12 @@
         </dependency>
 
         <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>1.6.0</version>
+        </dependency>
+
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.8.1</version>