Revision 08e7d20d
Added by Andreas Müller 4 months ago
pom.xml | ||
---|---|---|
723 | 723 |
</dependency> |
724 | 724 |
<!-- JSON --> |
725 | 725 |
<dependency> |
726 |
<groupId>org.codehaus.jackson</groupId>
|
|
727 |
<artifactId>jackson-mapper-asl</artifactId>
|
|
728 |
<version>1.9.13</version>
|
|
726 |
<groupId>com.fasterxml.jackson.core</groupId>
|
|
727 |
<artifactId>jackson-databind</artifactId>
|
|
728 |
<version>2.13.1</version>
|
|
729 | 729 |
</dependency> |
730 | 730 |
<!-- windows service --> |
731 | 731 |
<dependency> |
Also available in: Unified diff
ref #9359 update dependency jackson-mapper-asl to new jackson-databind with new groupId and artifactId in cdmserver