diff options
author | gaurav <gaurav.agrawal@huawei.com> | 2018-09-11 14:59:59 +0530 |
---|---|---|
committer | gaurav <gaurav.agrawal@huawei.com> | 2018-09-11 14:59:59 +0530 |
commit | 72e46e2c1d7ab69503a26a545ed7ef1a49f2fb43 (patch) | |
tree | fac7e3952ca15ae7ea3eb33bb8073330d9c4a19c /restconf-client/provider/pom.xml | |
parent | c8a20b7cdc2b563e1ea86a9e25f4ac0e748995f9 (diff) |
Fixed security issue of Restconf Client
Removed the spring dependencies as they are not required.
Change-Id: I4a95a26d5a615897527dbe543d938459c1651081
Issue-ID: CCSDK-444
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
Diffstat (limited to 'restconf-client/provider/pom.xml')
-rwxr-xr-x | restconf-client/provider/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml index 099412642..c063c9bd1 100755 --- a/restconf-client/provider/pom.xml +++ b/restconf-client/provider/pom.xml @@ -23,14 +23,6 @@ <dependencies> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </dependency> - <dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-sse</artifactId> <version>${glassfish.version}</version> |