@@ -25,7 +25,7 @@ apply(plugin: "idea");
2525apply(plugin : " eclipse" );
2626
2727group = " com.github.java-json-tools" ;
28- version = " 2.2.8" ;
28+ version = " 2.2.8.1-SNAPSHOT " ;
2929sourceCompatibility = " 1.6" ;
3030targetCompatibility = " 1.6" ; // defaults to sourceCompatibility
3131
@@ -40,11 +40,13 @@ repositories {
4040 * List of dependencies
4141 */
4242dependencies {
43- compile(group : " com.github.java-json-tools" , name : " json-schema-core" , version : " 1.2.8" );
43+ compile(group : " com.github.java-json-tools" , name : " json-schema-core" , version : " 1.2.8" ) {
44+ exclude(group : " com.google.code.findbugs" )
45+ };
4446 compile(group : " javax.mail" , name : " mailapi" , version : " 1.4.3" );
4547 compile(group : " joda-time" , name : " joda-time" , version : " 2.9.7" );
4648 compile(group : " com.googlecode.libphonenumber" , name : " libphonenumber" , version : " 8.0.0" );
47- compile (group : " com.google.code.findbugs" , name : " jsr305" , version : " 3.0.1" );
49+ compileOnly (group : " com.google.code.findbugs" , name : " jsr305" , version : " 3.0.1" );
4850 compile(group : " net.sf.jopt-simple" , name : " jopt-simple" , version : " 5.0.3" );
4951 testCompile(group : " org.testng" , name : " testng" , version : " 6.10" ) {
5052 exclude(group : " junit" , module : " junit" );
0 commit comments