summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-02-14 13:41:44 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-02-14 13:41:44 +0100
commit62901dad397210f1a03a500d71363e9a440f4197 (patch)
tree6637a195f400f922c923e73ab43e35145580ffe4
parentd111135842cca119505bed1744050b7e90579314 (diff)
Remove beanshell for now.
-rw-r--r--pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 4807a50..833c2ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,10 +55,6 @@
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
</dependency>
- <dependency>
- <groupId>org.beanshell</groupId>
- <artifactId>bsh</artifactId>
- </dependency>
</dependencies>
<dependencyManagement>
<dependencies>
@@ -103,11 +99,6 @@
<artifactId>castor-xml</artifactId>
<version>1.3.2</version>
</dependency>
- <dependency>
- <groupId>org.beanshell</groupId>
- <artifactId>bsh</artifactId>
- <version>2.0b5</version>
- </dependency>
</dependencies>
</dependencyManagement>
<build>