diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-10-02 17:51:22 +0300 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-10-08 06:50:52 +0000 |
commit | d4929e3b2a53ae05b6f213da9b3255c2bce12d3f (patch) | |
tree | 07b36da71181ec87f8b4d62bb5a7999912622492 /catalog-be/pom.xml | |
parent | 86b2f6d9686b15c8a3ec77184ec9545f6aecdc62 (diff) |
update jetty version
Change-Id: I4dbe6a4056a21af5a72b1ee9d5316674109fdd21
Issue-ID: SDC-1707
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r-- | catalog-be/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index ac7d789d8a..f7e458973e 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -515,13 +515,6 @@ <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-servlet</artifactId> - <version>${jetty.version}</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-webapp</artifactId> <version>${jetty.version}</version> <scope>test</scope> |