Skip to content

Commit a19aebb

Browse files
change groupid for jackson
1 parent 6c52ab9 commit a19aebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ycsb-mongodb/core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
<dependencies>
1919
<dependency>
20-
<groupId>org.codehaus.jackson</groupId>
20+
<groupId>com.fasterxml.jackson.core</groupId>
2121
<artifactId>jackson-databind</artifactId>
2222
<version>${jackson.api.version}</version>
2323
</dependency>
2424
<dependency>
25-
<groupId>org.codehaus.jackson</groupId>
25+
<groupId>com.fasterxml.jackson.core</groupId>
2626
<artifactId>jackson-core</artifactId>
2727
<version>${jackson.api.version}</version>
2828
</dependency>

0 commit comments

Comments
 (0)