Skip to content

Commit 99c1b9d

Browse files
devonfw#1024: implemented requested change
removed jackson-core dependency from root pom
1 parent 83484bc commit 99c1b9d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
<artifactId>parsson</artifactId>
5050
<version>1.1.7</version>
5151
</dependency>
52-
<dependency>
53-
<groupId>com.fasterxml.jackson.core</groupId>
54-
<artifactId>jackson-core</artifactId>
55-
<version>${jackson.version}</version>
56-
</dependency>
5752
<dependency>
5853
<groupId>com.fasterxml.jackson.core</groupId>
5954
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)