Skip to content

Commit b9b5e23

Browse files
committed
0.1.7
Exclude Avro's inclusion of jackson-core, prefering the one from jackson-databind.
1 parent bafedf5 commit b9b5e23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Project-specific settings. Unfortunately we cannot put the name in there!
2121
*/
2222
group = "com.github.java-json-tools";
23-
version = "0.1.7-SNAPSHOT";
23+
version = "0.1.7";
2424
sourceCompatibility = JavaVersion.VERSION_1_7;
2525
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
2626

@@ -41,6 +41,7 @@ dependencies {
4141
exclude(group: "org.apache.commons", module: "commons-compress");
4242
exclude(group: "com.thoughtworks.paranamer", module: "paranamer");
4343
exclude(group: "org.xerial.snappy", module: "snappy-java");
44+
exclude(group: "com.fasterxml.jackson.core", module: "jackson-core");
4445
}
4546
compile(group: "com.fasterxml.jackson.core", name: "jackson-databind",
4647
version: "2.10.2");

0 commit comments

Comments
 (0)