aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSiva.ye <yezhihua@huawei.com>2018-09-20 03:28:20 +0000
committerSiva.ye <yezhihua@huawei.com>2018-09-20 03:32:17 +0000
commitf46404ca84a4d46cb62f5e897923c60c930ae517 (patch)
treece2f13be0f05dd46a83356183c2f497df666547f /pom.xml
parent049e0e2304a7de75fc0d35aac7319e89715972a9 (diff)
Move h2 dependency configration to so top pom
Change-Id: Idaa55084f5ecb0dd3536c232cebc14fb50000008 Issue-ID: SO-1075 Signed-off-by: Siva.ye <yezhihua@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2af02bed2d..3d78f5220c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,7 @@
<springboot.version>1.5.13.RELEASE</springboot.version>
<springframework.version>5.0.8.RELEASE</springframework.version>
<tomcat.version>8.5.33</tomcat.version>
+ <h2.version>1.4.196</h2.version>
<originalClassifier>original</originalClassifier>
<docker.skip>true</docker.skip>
<docker.skip.build>true</docker.skip.build>
@@ -808,6 +809,11 @@
<artifactId>jetty-server</artifactId>
<version>9.4.12.v20180830</version>
</dependency>
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <version>${h2.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<profiles>