diff options
Diffstat (limited to 'feature-active-standby-management/pom.xml')
-rw-r--r-- | feature-active-standby-management/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/feature-active-standby-management/pom.xml b/feature-active-standby-management/pom.xml index 824b38ed..b7f6a96b 100644 --- a/feature-active-standby-management/pom.xml +++ b/feature-active-standby-management/pom.xml @@ -128,7 +128,12 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>[1.4.186,)</version> + <version>1.4.196</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> |