diff options
author | galarragas <galarragas@gmail.com> | 2014-08-28 11:20:44 +0100 |
---|---|---|
committer | galarragas <galarragas@gmail.com> | 2014-08-28 11:20:44 +0100 |
commit | 0c84fc54a6b8e20be20552f63c9787e7fb9f2c6e (patch) | |
tree | fb6d5e2cc6f58bea81551734202b0abe6496e42d /pom.xml | |
parent | c629b3b1ee85e0cc2b70659105cede6a0012e6f6 (diff) | |
download | SpyGlass-0c84fc54a6b8e20be20552f63c9787e7fb9f2c6e.tar.gz SpyGlass-0c84fc54a6b8e20be20552f63c9787e7fb9f2c6e.zip |
Fixed dependencies declarations after testing
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -11,7 +11,7 @@ <name>Cascading and Scalding wrapper for HBase with advanced features</name> <groupId>parallelai</groupId> <artifactId>parallelai.spyglass</artifactId> - <version>2.10_0.10_4.3</version> + <version>2.10_0.10_4.4</version> <packaging>jar</packaging> <properties> @@ -61,18 +61,13 @@ <url>https://oss.sonatype.org/content/repositories/snapshots/</url> </repository> <repository> - <id>cloudera-cdh4</id> - <name>Cloudera CDH4</name> + <id>cloudera</id> + <name>Cloudera</name> <url>http://repository.cloudera.com/artifactory/cloudera-repos/</url> </repository> - <repository> + <repository> <id>conjars</id> - <name>Con Jars</name> - <url>http://conjars.org/repo</url> - </repository> - <repository> - <id>clojars</id> - <name>Clojars</name> + <name>Conjars Repository</name> <url>http://conjars.org/repo</url> </repository> </repositories> |