diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-18 11:54:35 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-18 11:54:35 -0400 |
commit | 7ef4659e0b07164402cf6d7aa89b45df03063669 (patch) | |
tree | 5fe92e316f5d2e2e19eb97404436b61ae4b7b2ff /restapi-call-node/provider/pom.xml | |
parent | a87dc9c351b0c08d20adc428c215cf3934bb79bb (diff) |
Update sli/plugins to ODL Oxygen
Minor updates to feature pom.xmls to get clean compile with ODL Oxygen
parent poms.
Change-Id: I8671ad1366b8dc2e79fe206971675ba56a0e2bac
Issue-ID: CCSDK-283
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'restapi-call-node/provider/pom.xml')
-rwxr-xr-x | restapi-call-node/provider/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml index 4831356c3..18a20cef1 100755 --- a/restapi-call-node/provider/pom.xml +++ b/restapi-call-node/provider/pom.xml @@ -54,24 +54,20 @@ <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-client</artifactId> - <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> </dependency> </dependencies> </project> |