summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
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>