Skip to content

Commit 1d39abe

Browse files
committed
pom framework version
1 parent 33166de commit 1d39abe

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

admin4j-json-jackson/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
<groupId>com.fasterxml.jackson.core</groupId>
2323
<artifactId>jackson-databind</artifactId>
2424
</dependency>
25+
<dependency>
26+
<groupId>com.fasterxml.jackson.datatype</groupId>
27+
<artifactId>jackson-datatype-jsr310</artifactId>
28+
</dependency>
2529
<dependency>
2630
<groupId>com.admin4j.json</groupId>
2731
<artifactId>admin4j-json</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.admin4j</groupId>
77
<artifactId>framework</artifactId>
8-
<version>0.9.7</version>
8+
<version>0.10.0</version>
99
</parent>
1010

1111
<groupId>com.admin4j.json</groupId>
@@ -32,7 +32,7 @@
3232
</scm>
3333

3434
<properties>
35-
<revision>0.9.7</revision>
35+
<revision>0.10.0</revision>
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737
</properties>
3838

0 commit comments

Comments
 (0)