aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/integration/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/integration/pom.xml')
-rw-r--r--testsuites/integration/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/integration/pom.xml b/testsuites/integration/pom.xml
index c5b89a71c..17798d6ee 100644
--- a/testsuites/integration/pom.xml
+++ b/testsuites/integration/pom.xml
@@ -37,6 +37,14 @@
<module>integration-uservice-test</module>
</modules>
+ <dependencies>
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
<profiles>
<profile>
<id>apexAll</id>