Skip to content

Commit

Permalink
Maven repository config
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Oct 7, 2020
1 parent aac16c7 commit 56afdaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -55,9 +55,9 @@ repositories {
metadataSources { artifact() }
content { includeGroup "slimerjs" }
}

maven { url = 'https://repo.osgeo.org/repository/release/' } // jai_core, cf. https://stackoverflow.com/questions/26993105
mavenCentral()
// maven { url = 'http://dev.digital-humanities.de/nexus/content/groups/public' }
maven { url = 'http://dev.digital-humanities.de/nexus/content/groups/public' }
maven { url = 'https://dev.dariah.eu/nexus/content/groups/public' }
maven { url = 'https://maven.restlet.com' }
maven { url = 'https://raw.github.com/eXist-db/mvn-repo/master/' } // for < 5.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/main/web

0 comments on commit 56afdaf

Please sign in to comment.