We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637501b commit 6db3413Copy full SHA for 6db3413
pom.xml
@@ -174,6 +174,11 @@
174
<artifactId>slf4j-api</artifactId>
175
<version>1.7.4</version>
176
</dependency>
177
+ <dependency>
178
+ <groupId>com.fasterxml.jackson.core</groupId>
179
+ <artifactId>jackson-databind</artifactId>
180
+ <version>2.2.1</version>
181
+ </dependency>
182
<!-- test dependencies -->
183
<dependency>
184
<groupId>junit</groupId>
@@ -188,12 +193,6 @@
188
193
<scope>test</scope>
189
194
190
195
<!-- example dependencies -->
191
- <dependency>
192
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.2.1</version>
- <scope>provided</scope>
196
- </dependency>
197
198
<groupId>org.jdom</groupId>
199
<artifactId>jdom2</artifactId>
0 commit comments