Skip to content

Commit e7674fa

Browse files
committed
Depend on -core 1.2.4
Essential to solve bug #102 Signed-off-by: Francis Galiegue <[email protected]>
1 parent 96c2708 commit e7674fa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ apply(from: "project.gradle");
7272
*/
7373
repositories {
7474
mavenCentral();
75-
mavenLocal();
7675
}
7776

7877
/*

project.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ project.ext {
3434
*/
3535
dependencies {
3636
compile(group: "com.github.fge", name: "json-schema-core",
37-
version: "1.2.4-SNAPSHOT");
37+
version: "1.2.4");
3838
compile(group: "javax.mail", name: "mailapi", version: "1.4.3");
3939
compile(group: "joda-time", name: "joda-time", version: "2.3");
4040
compile(group: "com.googlecode.libphonenumber", name: "libphonenumber",

0 commit comments

Comments
 (0)