Skip to content

Commit 058d092

Browse files
committed
Jackson BOM 설정 정리
1 parent e57785e commit 058d092

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

json/json-customize-jackson-struts/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
<dependency>
4646
<groupId>com.fasterxml.jackson.core</groupId>
4747
<artifactId>jackson-databind</artifactId>
48-
<version>${jackson.version}</version>
4948
</dependency>
5049

5150
<!--
@@ -55,7 +54,6 @@
5554
<dependency>
5655
<groupId>com.fasterxml.jackson.datatype</groupId>
5756
<artifactId>jackson-datatype-jsr310</artifactId>
58-
<version>${jackson.version}</version>
5957
</dependency>
6058

6159
<!-- JUnit 5를 사용하기 위해 https://github.com/apache/struts/tree/master/plugins/junit 프로젝트를 수정했다. -->

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
<groupId>com.fasterxml.jackson</groupId>
122122
<artifactId>jackson-bom</artifactId>
123123
<version>${jackson.version}</version>
124+
<scope>import</scope>
124125
<type>pom</type>
125126
</dependency>
126127
<dependency>

0 commit comments

Comments
 (0)