Skip to content
Snippets Groups Projects
Commit ab3744f5 authored by nixon's avatar nixon
Browse files

Added lines to hypertable/pom.xml to allow import of hypertable jars.

Thanks to minghan@github for uploading jar to clojars.
parent a438f8f7
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
<artifactId>hypertable-binding</artifactId>
<name>Hypertable DB Binding</name>
<packaging>jar</packaging>
<dependencies>
<dependency>
......@@ -28,6 +29,13 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment