Author: antelder
Date: Wed Feb 23 17:10:04 2011
New Revision: 1073830

URL: http://svn.apache.org/viewvc?rev=1073830&view=rev
Log:
Add the JAXRS APIs so the maven build works

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

Modified: 
tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-rest-contribution/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-rest-contribution/pom.xml?rev=1073830&r1=1073829&r2=1073830&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-rest-contribution/pom.xml
 (original)
+++ 
tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-rest-contribution/pom.xml
 Wed Feb 23 17:10:04 2011
@@ -47,6 +47,13 @@
          <version>${tuscany.version}</version>
          <scope>provided</scope>
       </dependency>
+      
+      <dependency>
+         <groupId>javax.ws.rs</groupId>
+         <artifactId>jsr311-api</artifactId>
+         <version>1.1.1</version>
+         <scope>provided</scope>
+      </dependency>
 
       <dependency>
          <groupId>junit</groupId>


Reply via email to