summaryrefslogtreecommitdiffstats
path: root/compatibility-server/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'compatibility-server/pom.xml')
-rw-r--r--compatibility-server/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/compatibility-server/pom.xml b/compatibility-server/pom.xml
index 38dcc07f21..4f6d26fe5f 100644
--- a/compatibility-server/pom.xml
+++ b/compatibility-server/pom.xml
@@ -38,6 +38,16 @@
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <scope>test</scope>
+ </dependency>
<!-- Bean Validation API -->
<dependency>
<groupId>javax.validation</groupId>