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 2011/02/23 18:48:32 UTC

svn commit: r1073845 - /tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-spring-web-contribution/pom.xml

Author: antelder
Date: Wed Feb 23 17:48:32 2011
New Revision: 1073845

URL: http://svn.apache.org/viewvc?rev=1073845&view=rev
Log:
Add binding dependencies

Modified:
    tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-spring-web-contribution/pom.xml

Modified: tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-spring-web-contribution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-spring-web-contribution/pom.xml?rev=1073845&r1=1073844&r2=1073845&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-spring-web-contribution/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-spring-web-contribution/pom.xml Wed Feb 23 17:48:32 2011
@@ -117,6 +117,16 @@
                   <artifactId>tuscany-implementation-spring-runtime</artifactId>
                   <version>${tuscany.version}</version>
                </dependency>
+               <dependency>
+                  <groupId>org.apache.tuscany.sca</groupId>
+                  <artifactId>tuscany-binding-rest-runtime</artifactId>
+                  <version>${tuscany.version}</version>
+               </dependency>
+               <dependency>
+                  <groupId>org.apache.tuscany.sca</groupId>
+                  <artifactId>tuscany-binding-http-runtime</artifactId>
+                  <version>${tuscany.version}</version>
+               </dependency>
             </dependencies>
          </plugin>
       </plugins>