Skip to content

Commit

Permalink
Add clj-http dependency to github crate
Browse files Browse the repository at this point in the history
The clj-http dependency was removed from pallet core.
  • Loading branch information
hugoduncan committed Aug 9, 2011
1 parent 01ef552 commit 4f4b6f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions github/pom.xml
Expand Up @@ -9,4 +9,12 @@
</parent>
<artifactId>github</artifactId>
<version>0.5.1-SNAPSHOT</version>

<dependencies>
<dependency>
<groupId>clj-http</groupId>
<artifactId>clj-http</artifactId>
<version>0.1.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 4f4b6f1

Please sign in to comment.