aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index bd74dcc..32d11fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,12 +123,6 @@ limitations under the License.
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
- <!-- swagger dependencies -->
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>1.5.9</version>
- </dependency>
<!-- application dependencies -->
<dependency>
<groupId>org.onap.sdnc.apps.pomba</groupId>
@@ -207,6 +201,10 @@ limitations under the License.
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.github.jknack</groupId>
+ <artifactId>handlebars</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>