summaryrefslogtreecommitdiffstats
path: root/restconf-client/provider/pom.xml
diff options
context:
space:
mode:
authorgaurav <gaurav.agrawal@huawei.com>2018-09-11 14:59:59 +0530
committergaurav <gaurav.agrawal@huawei.com>2018-09-11 14:59:59 +0530
commit72e46e2c1d7ab69503a26a545ed7ef1a49f2fb43 (patch)
treefac7e3952ca15ae7ea3eb33bb8073330d9c4a19c /restconf-client/provider/pom.xml
parentc8a20b7cdc2b563e1ea86a9e25f4ac0e748995f9 (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-xrestconf-client/provider/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml
index 09941264..c063c9bd 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>