Skip to content

Commit

Permalink
Fix POM to have tran. dep. on maven.restlet.org. Close #228
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Oct 23, 2015
1 parent 4a88d9d commit 6c9b0b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,14 @@ uploadArchives {
}
}

repositories {
repository {
id 'maven-restlet'
name 'Public online Restlet repository'
url 'http://maven.restlet.org'
}
}

developers {
developer {
id 'ndw'
Expand Down

0 comments on commit 6c9b0b1

Please # to comment.