diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-23 17:10:04 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-23 17:10:04 +0000 |
commit | 32d79029d9f21c0f8cb3db3010b41b0133a3a7b4 (patch) | |
tree | a01efecef5ea5b20914bc6d63fc1a46880250da6 | |
parent | 6eaea944d51b561fdad5efd1dff1510e96aecbdf (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
-rw-r--r-- | sca-java-2.x/trunk/unreleased/samples/helloworld-rest-contribution/pom.xml | 7 |
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> |