aboutsummaryrefslogtreecommitdiff
path: root/modules/complete
diff options
context:
space:
mode:
authorBen Smith-Mannschott <bsmith.occs@gmail.com>2010-08-24 20:20:55 +0200
committerStuart Sierra <mail@stuartsierra.com>2010-09-03 12:23:36 -0400
commit51e2efbe391e4a45fb6fcbc8b7954ed0b32e5f03 (patch)
tree1cdf4a79d7a7fa2a1d13e0daca592e08e56149bb /modules/complete
parentb356e2ee0bebfa99bf8fcc6da25c748ad9355adb (diff)
removed c.c.shell and c.c.shell-out
Both are deprecated in 1.2 and have been replaced by clojure.java.shell. Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
Diffstat (limited to 'modules/complete')
-rw-r--r--modules/complete/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/complete/pom.xml b/modules/complete/pom.xml
index 6fdbb64e..03f7df60 100644
--- a/modules/complete/pom.xml
+++ b/modules/complete/pom.xml
@@ -307,16 +307,6 @@
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
- <artifactId>shell</artifactId>
- <version>1.3.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.clojure.contrib</groupId>
- <artifactId>shell-out</artifactId>
- <version>1.3.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.clojure.contrib</groupId>
<artifactId>singleton</artifactId>
<version>1.3.0-SNAPSHOT</version>
</dependency>