summaryrefslogtreecommitdiffstats
path: root/restapi-call-node/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'restapi-call-node/provider/pom.xml')
-rwxr-xr-xrestapi-call-node/provider/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml
index 45fbdff1..4831356c 100755
--- a/restapi-call-node/provider/pom.xml
+++ b/restapi-call-node/provider/pom.xml
@@ -57,6 +57,18 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
+ <artifactId>oauth-signature</artifactId>
+ <version>${jersey.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
+ <artifactId>oauth-client</artifactId>
+ <version>${jersey.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<scope>provided</scope>