diff options
Diffstat (limited to 'sca-java-2.x/trunk/unreleased/samples')
-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> |