diff options
-rw-r--r-- | pom.xml | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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> |