add snapshot repo

This commit is contained in:
kimchy 2010-07-22 23:33:38 +03:00
parent 42c2b6b743
commit b1c0a78c8e
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ allprojects {
mavenRepo urls: 'http://repository.codehaus.org/'
mavenRepo urls: 'http://elasticsearch.googlecode.com/svn/maven'
mavenRepo urls: 'http://oss.sonatype.org/content/repositories/releases'
mavenRepo urls: 'http://oss.sonatype.org/content/repositories/snapshots'
}
}