Skip to content

Commit

Permalink
Depend on -core 1.2.4
Browse files Browse the repository at this point in the history
Essential to solve bug #102

Signed-off-by: Francis Galiegue <[email protected]>
  • Loading branch information
fge committed May 25, 2014
1 parent df800ef commit 7a48f10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ apply(from: "project.gradle");
*/
repositories {
mavenCentral();
mavenLocal();
}

/*
Expand Down
2 changes: 1 addition & 1 deletion project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ project.ext {
*/
dependencies {
compile(group: "com.github.fge", name: "json-schema-core",
version: "1.2.4-SNAPSHOT");
version: "1.2.4");
compile(group: "javax.mail", name: "mailapi", version: "1.4.3");
compile(group: "joda-time", name: "joda-time", version: "2.3");
compile(group: "com.googlecode.libphonenumber", name: "libphonenumber",
Expand Down

0 comments on commit 7a48f10

Please sign in to comment.