Skip to content

Commit

Permalink
allow for clojure:swank
Browse files Browse the repository at this point in the history
  • Loading branch information
skuro committed Oct 27, 2011
1 parent 22e449a commit 9fa82dc
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions pom.xml
Expand Up @@ -26,6 +26,13 @@
<url>https://github.com/skuro/spring-webscripts-addon-clojure</url> <url>https://github.com/skuro/spring-webscripts-addon-clojure</url>
</scm> </scm>


<repositories>
<repository>
<id>clojars</id>
<url>http://clojars.org/repo/</url>
</repository>
</repositories>

<dependencies> <dependencies>


<!-- Spring Surf and Web Scripts --> <!-- Spring Surf and Web Scripts -->
Expand Down Expand Up @@ -71,14 +78,20 @@
<version>1.8.5</version> <version>1.8.5</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies>
<dependency>
<groupId>swank-clojure</groupId>
<artifactId>swank-clojure</artifactId>
<version>1.3.3</version>
</dependency>
</dependencies>


<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>com.theoryinpractise</groupId> <groupId>com.theoryinpractise</groupId>
<artifactId>clojure-maven-plugin</artifactId> <artifactId>clojure-maven-plugin</artifactId>
<version>1.3.7</version> <version>1.3.8</version>
<extensions>true</extensions> <extensions>true</extensions>
<executions> <executions>
<execution> <execution>
Expand All @@ -89,6 +102,9 @@
<phase>generate-resources</phase> <phase>generate-resources</phase>
</execution> </execution>
</executions> </executions>
<dependencies>

</dependencies>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
Expand Down

0 comments on commit 9fa82dc

Please sign in to comment.