diff options
author | janani b <janani.b@huawei.com> | 2019-03-21 22:56:13 +0530 |
---|---|---|
committer | janani b <janani.b@huawei.com> | 2019-03-22 19:24:12 +0530 |
commit | 2d465026f1ef738b1f4e0274c8608317c57bbdf5 (patch) | |
tree | e9c13fec852dea730a228ba461eddc17c4a4d33b /restapi-call-node/features/ccsdk-restapi-call-node/pom.xml | |
parent | c43923c37deb4b74f1a011d08688f2f9fc3fe5e1 (diff) |
Plugin points to 2.0.1 javax version
RestapiCallNode and RestconfClient in plugins will point to the odl default javax version.
Also RestconfClient is added to plugins-all features.
Issue-ID: CCSDK-1045
Change-Id: I6f7173ec765bc21201f17a3bfd6801c18de610a9
Signed-off-by: janani b <janani.b@huawei.com>
Diffstat (limited to 'restapi-call-node/features/ccsdk-restapi-call-node/pom.xml')
-rw-r--r-- | restapi-call-node/features/ccsdk-restapi-call-node/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml b/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml index cae47c65..c9c08d66 100644 --- a/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml +++ b/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml @@ -21,7 +21,6 @@ <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> - <version>2.1</version> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> |