File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 20
20
* Project-specific settings. Unfortunately we cannot put the name in there!
21
21
*/
22
22
group = " com.github.java-json-tools" ;
23
- version = " 0.1.7-SNAPSHOT " ;
23
+ version = " 0.1.7" ;
24
24
sourceCompatibility = JavaVersion . VERSION_1_7 ;
25
25
targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
26
26
@@ -41,6 +41,7 @@ dependencies {
41
41
exclude(group : " org.apache.commons" , module : " commons-compress" );
42
42
exclude(group : " com.thoughtworks.paranamer" , module : " paranamer" );
43
43
exclude(group : " org.xerial.snappy" , module : " snappy-java" );
44
+ exclude(group : " com.fasterxml.jackson.core" , module : " jackson-core" );
44
45
}
45
46
compile(group : " com.fasterxml.jackson.core" , name : " jackson-databind" ,
46
47
version : " 2.10.2" );
You can’t perform that action at this time.
0 commit comments