Skip to content

Commit

Permalink
Allow tools.nrepl to be a transitive dep of wildfly lib [IMMUTANT-536]
Browse files Browse the repository at this point in the history
It's in lein's :base profile, which results in its "test" scope in the
generated pom unless we remove it.

See technomancy/leiningen#1771
  • Loading branch information
jcrossley3 committed Mar 11, 2015
1 parent 919aee2 commit d26cb36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wildfly/project.clj
Expand Up @@ -19,4 +19,6 @@

:dependencies [[org.immutant/core _]
[org.clojure/tools.nrepl "_"]
[org.projectodd.wunderboss/wunderboss-wildfly _]])
[org.projectodd.wunderboss/wunderboss-wildfly _]]

:profiles {:base {:dependencies []}})

0 comments on commit d26cb36

Please sign in to comment.