Skip to content

Commit

Permalink
use of 2.0.3-SNAPSHOT which has encoding fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
djtfmartin committed Nov 20, 2019
1 parent e5b9965 commit 3b2c171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
compile "org.codehaus.jackson:jackson-core-asl:1.8.6"
compile "org.codehaus.jackson:jackson-mapper-asl:1.8.6"

compile("au.org.ala:layers-store:2.0.2") {
compile("au.org.ala:layers-store:2.0.3-SNAPSHOT") {
exclude module: "spring-context"
exclude module: "spring-jdbc"
exclude module: "spring-orm"
Expand Down

0 comments on commit 3b2c171

Please sign in to comment.