Skip to content

Commit

Permalink
Added boundless repo to resolve geotools dep issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Mar 12, 2018
1 parent 343fe53 commit 9b460b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geotools/build.sbt
Expand Up @@ -18,7 +18,8 @@ libraryDependencies ++= Seq(

resolvers ++= Seq(
"geosolutions" at "http://maven.geo-solutions.it/",
"osgeo" at "http://download.osgeo.org/webdav/geotools/"
"osgeo" at "http://download.osgeo.org/webdav/geotools/",
"boundless" at "https://repo.boundlessgeo.com/main/"
)

fork in Test := false
Expand Down

0 comments on commit 9b460b5

Please sign in to comment.