summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-02-13 20:46:52 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-02-13 20:46:52 +0100
commit538370bda464bf1c51f6bb449f61efe46d7f20f3 (patch)
tree91588197fbc2b50ca9f01ef65e993c12808cc58c /pom.xml
parentfa7f9d15e6b8efa1cf10456cd32865355f5337ca (diff)
Removed isServer boolean - implied by AbstractMain.runningAsWrapper
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 833c2ca..4807a50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,10 @@
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.beanshell</groupId>
+ <artifactId>bsh</artifactId>
+ </dependency>
</dependencies>
<dependencyManagement>
<dependencies>
@@ -99,6 +103,11 @@
<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>