diff options
author | Michael Lando <michael.lando@intl.att.com> | 2018-11-15 14:00:20 +0200 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-11-15 20:54:01 +0200 |
commit | 11baae2bfe1e37109ef99b2f2414820cc5d97660 (patch) | |
tree | 33cbd946c5220a81bf7352ec264c7b644cc8a607 /catalog-be/pom.xml | |
parent | f41951033204f43882337533b4265790c598c4e1 (diff) |
block swagger access1.3.3
remove swagger access to mitigate
Change-Id: Ia95eb39f3d5f763d754c6957e40e0224e2423ed7
Issue-ID: SDC-1913
Signed-off-by: Michael Lando <michael.lando@intl.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 3d32633564..955d8c165f 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -579,12 +579,6 @@ </dependency> <dependency> - <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy</artifactId> - <version>2.4.8</version> - </dependency> - - <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> </dependency> @@ -616,7 +610,6 @@ <webResources> <resource> <directory>src/main/resources</directory> - <directory>src/main/resources/swagger</directory> </resource> </webResources> <attachClasses>true</attachClasses> |