File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 66 <artifactId >root</artifactId >
77 <version >0.1.4</version >
88 </parent >
9-
9+
1010 <artifactId >core</artifactId >
1111 <name >Core YCSB</name >
1212 <packaging >jar</packaging >
1313
1414 <properties >
15- <jackson .api.version>1.9.4 </jackson .api.version>
15+ <jackson .api.version>2.14.2 </jackson .api.version>
1616 </properties >
1717
18- <dependencies >
18+ <dependencies >
1919 <dependency >
2020 <groupId >org.codehaus.jackson</groupId >
21- <artifactId >jackson-mapper-asl </artifactId >
21+ <artifactId >jackson-databind </artifactId >
2222 <version >${jackson.api.version} </version >
2323 </dependency >
2424 <dependency >
2525 <groupId >org.codehaus.jackson</groupId >
26- <artifactId >jackson-core-asl </artifactId >
26+ <artifactId >jackson-core</artifactId >
2727 <version >${jackson.api.version} </version >
2828 </dependency >
2929 <dependency >
3030 <groupId >org.testng</groupId >
3131 <artifactId >testng</artifactId >
32- <version >6.1.1 </version >
32+ <version >7.7.0 </version >
3333 <scope >test</scope >
3434 </dependency >
35- </dependencies >
35+ </dependencies >
3636
3737</project >
You can’t perform that action at this time.
0 commit comments