commit | 2b6b7a9b93166d158c172b9dcd5b53018179c490 | [log] [tgz] |
---|---|---|
author | Vinayak Borkar <vinayakb@gmail.com> | Wed Dec 11 11:18:27 2013 -0800 |
committer | Vinayak Borkar <vinayakb@gmail.com> | Wed Dec 11 11:18:27 2013 -0800 |
tree | 5baeac85f31fd1ab1246b74ebfc780a512d12ac3 | |
parent | edbdb213d2ecdd8087238ad27c9cda692aed1242 [diff] |
Added Maven Central repository explicitly
diff --git a/pom.xml b/pom.xml index d748d1f..9b5c218 100644 --- a/pom.xml +++ b/pom.xml
@@ -79,6 +79,10 @@ <repositories> <repository> + <id>maven-central</id> + <url>http://repo1.maven.org/maven2/</url> + </repository> + <repository> <id>hyracks-public</id> <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url> </repository>