Skip to content

Commit

Permalink
Use Atlas 5.3.0 and atlas-generator 4.1.8 (osmlab#108)
Browse files Browse the repository at this point in the history
* Use Atlas 5.3.0 and atlas-generator 4.1.8

* Add sonatype as a repo
  • Loading branch information
matthieun authored and lucaspcram committed Dec 19, 2018
1 parent 0eb11dd commit ba0096c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ repositories
maven { url "https://repository.cloudera.com/content/repositories/releases/" }
// For jetty (through spark)
maven { url "http://repository.cloudera.com/cloudera/cloudera-repos/" }
// For staged repositories (before they get to maven central)
maven { url "https://oss.sonatype.org/content/repositories/releases/" }
}

configurations
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
project.ext.versions = [
checkstyle: '7.6.1',
atlas: '5.2.9',
atlas: '5.3.0',
commons:'2.6',
atlas_generator: '4.1.3',
atlas_generator: '4.1.8',
]

project.ext.packages = [
Expand Down

0 comments on commit ba0096c

Please sign in to comment.