Use a fully qualified groupId for swank-clojure

This commit is contained in:
Carlos 2011-01-04 00:53:58 +01:00
parent cc881ae1b8
commit ba920bb3e4
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>swank-clojure</groupId>
<groupId>com.github.technomancy</groupId>
<artifactId>swank-clojure</artifactId>
<version>1.2.1</version>
<scope>test</scope>