File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
json/json-customize-jackson-struts Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 4545 <dependency >
4646 <groupId >com.fasterxml.jackson.core</groupId >
4747 <artifactId >jackson-databind</artifactId >
48- <version >${jackson.version} </version >
4948 </dependency >
5049
5150 <!--
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 프로젝트를 수정했다. -->
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments