Skip to content

Commit 4a6d395

Browse files
committed
Remove jackson
1 parent dffb04a commit 4a6d395

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -107,20 +107,6 @@
107107
</exclusions>
108108
</dependency>
109109

110-
<dependency>
111-
<groupId>org.codehaus.jackson</groupId>
112-
<artifactId>jackson-core-asl</artifactId>
113-
<version>${jacksonVersion}</version>
114-
<scope>provided</scope>
115-
</dependency>
116-
117-
<dependency>
118-
<groupId>org.codehaus.jackson</groupId>
119-
<artifactId>jackson-mapper-asl</artifactId>
120-
<version>${jacksonVersion}</version>
121-
<scope>provided</scope>
122-
</dependency>
123-
124110
<dependency>
125111
<groupId>org.codehaus.groovy</groupId>
126112
<artifactId>groovy-all</artifactId>

0 commit comments

Comments
 (0)