Updated com.fasterxml.jackson.jackson.jackon-bom to 2.11.0, removed org.codehaus.woodstox.woodstox-core-asl (causes conflicts)
Former-commit-id: 661df575b5
pull/3/head
parent
67f7de1571
commit
436ee82de4
|
|
@ -254,10 +254,6 @@
|
||||||
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
||||||
<artifactId>jackson-dataformat-xml</artifactId>
|
<artifactId>jackson-dataformat-xml</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency> <!-- better xml library -->
|
|
||||||
<groupId>org.codehaus.woodstox</groupId>
|
|
||||||
<artifactId>woodstox-core-asl</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency> <!-- for csv ex-/import -->
|
<dependency> <!-- for csv ex-/import -->
|
||||||
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
||||||
<artifactId>jackson-dataformat-csv</artifactId>
|
<artifactId>jackson-dataformat-csv</artifactId>
|
||||||
|
|
|
||||||
9
pom.xml
9
pom.xml
|
|
@ -718,17 +718,10 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson</groupId>
|
<groupId>com.fasterxml.jackson</groupId>
|
||||||
<artifactId>jackson-bom</artifactId>
|
<artifactId>jackson-bom</artifactId>
|
||||||
<version>2.9.8</version>
|
<version>2.11.0</version>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- better xml library -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.codehaus.woodstox</groupId>
|
|
||||||
<artifactId>woodstox-core-asl</artifactId>
|
|
||||||
<version>4.4.1</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- PostgreSQL JDBC Driver -->
|
<!-- PostgreSQL JDBC Driver -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue