File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
22
<groupId >com.fasterxml.jackson.core</groupId >
23
23
<artifactId >jackson-databind</artifactId >
24
24
</dependency >
25
+ <dependency >
26
+ <groupId >com.fasterxml.jackson.datatype</groupId >
27
+ <artifactId >jackson-datatype-jsr310</artifactId >
28
+ </dependency >
25
29
<dependency >
26
30
<groupId >com.admin4j.json</groupId >
27
31
<artifactId >admin4j-json</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.admin4j</groupId >
7
7
<artifactId >framework</artifactId >
8
- <version >0.9.7 </version >
8
+ <version >0.10.0 </version >
9
9
</parent >
10
10
11
11
<groupId >com.admin4j.json</groupId >
32
32
</scm >
33
33
34
34
<properties >
35
- <revision >0.9.7 </revision >
35
+ <revision >0.10.0 </revision >
36
36
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
37
37
</properties >
38
38
You can’t perform that action at this time.
0 commit comments