diff options
author | econwar <conor.ward@ericsson.com> | 2018-08-15 12:12:42 +0000 |
---|---|---|
committer | Ronan Keogh <ronan.keogh@ericsson.com> | 2018-08-16 14:43:05 +0100 |
commit | 49fbf9a09d244bbdc19783d9ff10cd03cd89640a (patch) | |
tree | 2976c63daf00746f4958601ba5883834165e08d4 /datarouter-node/pom.xml | |
parent | f20d316c4a4d8666f93be0a654dd042c6d0ac835 (diff) |
Fix datarouter-prov server issue
Change-Id: Id9637c56d39156da60c167dfb8f375f4cb498f55
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DMAAP-596
Diffstat (limited to 'datarouter-node/pom.xml')
-rwxr-xr-x | datarouter-node/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index fb28724f..bb0b7ffa 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -62,11 +62,6 @@ <version>0.0.1</version> </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.5</version> - </dependency> - <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.4.7</version> |