Skip to content

Commit 773a0b0

Browse files
jackson3
1 parent 65b64a6 commit 773a0b0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,21 @@
148148
<optional>true</optional>
149149
</dependency>
150150

151+
<!-- jackson 3 -->
152+
<dependency>
153+
<groupId>tools.jackson.core</groupId>
154+
<artifactId>jackson-databind</artifactId>
155+
<version>3.0.0-rc5</version>
156+
<optional>true</optional>
157+
</dependency>
158+
159+
<dependency>
160+
<groupId>com.fasterxml.jackson.core</groupId>
161+
<artifactId>jackson-annotations</artifactId>
162+
<version>3.0-rc5</version>
163+
<optional>true</optional>
164+
</dependency>
165+
151166
<dependency>
152167
<groupId>commons-beanutils</groupId>
153168
<artifactId>commons-beanutils</artifactId>

0 commit comments

Comments
 (0)