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>
|
||||
<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>
|
||||
|
|
|
|||
9
pom.xml
9
pom.xml
|
|
@ -718,18 +718,11 @@
|
|||
<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>
|
||||
<groupId>org.postgresql</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue