diff options
Diffstat (limited to 'controlloop/common/controller-usecases/pom.xml')
-rw-r--r-- | controlloop/common/controller-usecases/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/controlloop/common/controller-usecases/pom.xml b/controlloop/common/controller-usecases/pom.xml index 6c69e7f89..b03488e2f 100644 --- a/controlloop/common/controller-usecases/pom.xml +++ b/controlloop/common/controller-usecases/pom.xml @@ -185,11 +185,16 @@ <version>${project.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <scope>test</scope> + </dependency> </dependencies> <profiles> <profile> - <!--This profile is used to store Eclipse m2e settings only. It has no + <!--This profile is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> <id>only-eclipse</id> <activation> |