summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/unreleased
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-02-23 17:10:04 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-02-23 17:10:04 +0000
commit32d79029d9f21c0f8cb3db3010b41b0133a3a7b4 (patch)
treea01efecef5ea5b20914bc6d63fc1a46880250da6 /sca-java-2.x/trunk/unreleased
parent6eaea944d51b561fdad5efd1dff1510e96aecbdf (diff)
Add the JAXRS APIs so the maven build works
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073830 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/unreleased')
-rw-r--r--sca-java-2.x/trunk/unreleased/samples/helloworld-rest-contribution/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/unreleased/samples/helloworld-rest-contribution/pom.xml b/sca-java-2.x/trunk/unreleased/samples/helloworld-rest-contribution/pom.xml
index 7ce4584ea4..91b18fe830 100644
--- a/sca-java-2.x/trunk/unreleased/samples/helloworld-rest-contribution/pom.xml
+++ b/sca-java-2.x/trunk/unreleased/samples/helloworld-rest-contribution/pom.xml
@@ -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>