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
Jens Pelzetter 2020-06-25 09:04:00 +02:00
parent 67f7de1571
commit 436ee82de4
2 changed files with 1 additions and 12 deletions

View File

@ -254,10 +254,6 @@
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
</dependency>
<dependency> <!-- better xml library -->
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
</dependency>
<dependency> <!-- for csv ex-/import -->
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-csv</artifactId>

View File

@ -718,17 +718,10 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.9.8</version>
<version>2.11.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<!-- better xml library -->
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<version>4.4.1</version>
</dependency>
<!-- PostgreSQL JDBC Driver -->
<dependency>