diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-02-13 20:46:52 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-02-13 20:46:52 +0100 |
| commit | 538370bda464bf1c51f6bb449f61efe46d7f20f3 (patch) | |
| tree | 91588197fbc2b50ca9f01ef65e993c12808cc58c /pom.xml | |
| parent | fa7f9d15e6b8efa1cf10456cd32865355f5337ca (diff) | |
Removed isServer boolean - implied by AbstractMain.runningAsWrapper
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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>
|
