aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b8f3ff3f..a704ce92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,8 +76,6 @@
<module>modules/seq-utils</module>
<module>modules/server-socket</module>
<module>modules/set</module>
- <module>modules/shell</module>
- <module>modules/shell-out</module>
<module>modules/singleton</module>
<module>modules/sql</module>
<module>modules/str-utils</module>