diff options
author | Ganesh Chandrasekaran <ganesh.c@samsung.com> | 2018-06-12 18:39:44 +0900 |
---|---|---|
committer | Ganesh Chandrasekaran <ganesh.c@samsung.com> | 2018-06-12 19:28:36 +0900 |
commit | 600aab4f869d5b632f055dce5cb910ce1d5a348e (patch) | |
tree | e83e714e3bcd457954f247095c38cac81601f5ce /restapi-call-node/provider/pom.xml | |
parent | 2642a03e5aee31ce5d51719adce283f7cd96c7b9 (diff) |
support oAuth authentication method
Issue-ID: CCSDK-298
Change-Id: I16d3e15f0250c78b48886c80d9a4427838ae36b3
Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
Diffstat (limited to 'restapi-call-node/provider/pom.xml')
-rwxr-xr-x | restapi-call-node/provider/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml index 45fbdff18..4831356c3 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> |