summaryrefslogtreecommitdiffstats
path: root/nokiav2/driverwar/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nokiav2/driverwar/pom.xml')
-rw-r--r--nokiav2/driverwar/pom.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/nokiav2/driverwar/pom.xml b/nokiav2/driverwar/pom.xml
index ebec7078..af8d420c 100644
--- a/nokiav2/driverwar/pom.xml
+++ b/nokiav2/driverwar/pom.xml
@@ -47,6 +47,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -80,12 +84,12 @@
<layout>WAR</layout>
</configuration>
<executions>
- <execution>
- <goals>
- <goal>repackage</goal>
- </goals>
- </execution>
- </executions>
+ <execution>
+ <goals>
+ <goal>repackage</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>