diff options
Diffstat (limited to 'models-tosca/pom.xml')
-rw-r--r-- | models-tosca/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/models-tosca/pom.xml b/models-tosca/pom.xml index 5658a1c0e..c8fa2520a 100644 --- a/models-tosca/pom.xml +++ b/models-tosca/pom.xml @@ -56,5 +56,18 @@ <artifactId>gson</artifactId> <version>${policy.common.version}</version> </dependency> + + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.mariadb.jdbc</groupId> + <artifactId>mariadb-java-client</artifactId> + <scope>test</scope> + </dependency> + </dependencies> </project> |