diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-08-22 09:33:08 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-08-22 09:34:24 -0400 |
commit | 57de45c35c425c624bd778c4bf7d8398e7727db3 (patch) | |
tree | 8da46afb5791db17ea1fa90c17602461dfe2d7bc /common | |
parent | 66c2def4d7b1a85cccea76f9d5096bf3e23f3b9b (diff) |
removed problematic swagger dependency
removed swagger dependency which was causing issues
Change-Id: I1e840f7ea9a45547c2562ce628c38f7c7e065e65
Issue-ID: SO-880
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/pom.xml b/common/pom.xml index 0f1070309a..18b30a26bf 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -58,11 +58,6 @@ <version>4.3.6.Final</version> </dependency> <dependency> - <groupId>com.wordnik</groupId> - <artifactId>swagger-annotations_2.9.1</artifactId> - <version>1.3.0</version> - </dependency> - <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-kit</artifactId> <version>1.3.0</version> |