Fixed confliction error and moved to Jackson for faster binding
This commit is contained in:
parent
4696050b86
commit
79f37ee2bc
6 changed files with 51 additions and 64 deletions
7
pom.xml
7
pom.xml
|
@ -14,6 +14,7 @@
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<jackson.version>2.10.0</jackson.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
@ -99,6 +100,12 @@
|
|||
<artifactId>SBUtilities</artifactId>
|
||||
<version>1.0</version>
|
||||
<classifier>SBUtilities</classifier>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>${jackson.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue