Skip to content

Commit 6db3413

Browse files
committed
moving jackson to first class citizen in ML 8
1 parent 637501b commit 6db3413

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@
174174
<artifactId>slf4j-api</artifactId>
175175
<version>1.7.4</version>
176176
</dependency>
177+
<dependency>
178+
<groupId>com.fasterxml.jackson.core</groupId>
179+
<artifactId>jackson-databind</artifactId>
180+
<version>2.2.1</version>
181+
</dependency>
177182
<!-- test dependencies -->
178183
<dependency>
179184
<groupId>junit</groupId>
@@ -188,12 +193,6 @@
188193
<scope>test</scope>
189194
</dependency>
190195
<!-- example dependencies -->
191-
<dependency>
192-
<groupId>com.fasterxml.jackson.core</groupId>
193-
<artifactId>jackson-databind</artifactId>
194-
<version>2.2.1</version>
195-
<scope>provided</scope>
196-
</dependency>
197196
<dependency>
198197
<groupId>org.jdom</groupId>
199198
<artifactId>jdom2</artifactId>

0 commit comments

Comments
 (0)