Skip to content

Commit 1144fd3

Browse files
committed
move to parent
1 parent 0bb86a9 commit 1144fd3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@
153153
</exclusion>
154154
</exclusions>
155155
</dependency>
156+
157+
<dependency>
158+
<groupId>com.fasterxml.jackson.core</groupId>
159+
<artifactId>jackson-databind</artifactId>
160+
<version>2.13.2.2</version>
161+
</dependency>
156162
<!--
157163
<dependency>
158164
<groupId>com.github.mauricioaniche</groupId>

refactor-first-maven-plugin/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<dependency>
3636
<groupId>com.fasterxml.jackson.core</groupId>
3737
<artifactId>jackson-databind</artifactId>
38-
<version>2.13.2.2</version>
3938
</dependency>
4039
</dependencies>
4140

0 commit comments

Comments
 (0)