We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafedf5 commit b9b5e23Copy full SHA for b9b5e23
project.gradle
@@ -20,7 +20,7 @@
20
* Project-specific settings. Unfortunately we cannot put the name in there!
21
*/
22
group = "com.github.java-json-tools";
23
-version = "0.1.7-SNAPSHOT";
+version = "0.1.7";
24
sourceCompatibility = JavaVersion.VERSION_1_7;
25
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
26
@@ -41,6 +41,7 @@ dependencies {
41
exclude(group: "org.apache.commons", module: "commons-compress");
42
exclude(group: "com.thoughtworks.paranamer", module: "paranamer");
43
exclude(group: "org.xerial.snappy", module: "snappy-java");
44
+ exclude(group: "com.fasterxml.jackson.core", module: "jackson-core");
45
}
46
compile(group: "com.fasterxml.jackson.core", name: "jackson-databind",
47
version: "2.10.2");
0 commit comments