|
@@ -33,6 +33,46 @@
|
|
|
<groupId>org.ninjaframework</groupId>
|
|
|
<artifactId>ninja-servlet</artifactId>
|
|
|
<version>${ninja.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>com.fasterxml.jackson.core</artifactId>
|
|
|
+ <groupId>jackson-core</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>com.fasterxml.jackson.module</artifactId>
|
|
|
+ <groupId>jackson-module-afterburner</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>com.fasterxml.jackson.dataformat</artifactId>
|
|
|
+ <groupId>jackson-dataformat-xml</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
+ <artifactId>jackson-core</artifactId>
|
|
|
+ <version>2.9.9</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.fasterxml.jackson.module</groupId>
|
|
|
+ <artifactId>jackson-module-afterburner</artifactId>
|
|
|
+ <version>2.9.9</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
|
+ <artifactId>jackson-dataformat-xml</artifactId>
|
|
|
+ <version>2.9.9</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>com.fasterxml.jackson.core</artifactId>
|
|
|
+ <groupId>jackson-annotations</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
+ <artifactId>jackson-annotations</artifactId>
|
|
|
+ <version>2.9.9</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|