|
@@ -14,7 +14,7 @@
|
14
|
14
|
<parent>
|
15
|
15
|
<groupId>org.springframework.boot</groupId>
|
16
|
16
|
<artifactId>spring-boot-starter-parent</artifactId>
|
17
|
|
- <version>2.1.0.RELEASE</version>
|
|
17
|
+ <version>2.0.4.RELEASE</version>
|
18
|
18
|
<relativePath/> <!-- lookup parent from repository -->
|
19
|
19
|
</parent>
|
20
|
20
|
|
|
@@ -45,6 +45,13 @@
|
45
|
45
|
<artifactId>h2</artifactId>
|
46
|
46
|
<scope>runtime</scope>
|
47
|
47
|
</dependency>
|
|
48
|
+
|
|
49
|
+ <dependency>
|
|
50
|
+ <groupId>org.hsqldb</groupId>
|
|
51
|
+ <artifactId>hsqldb</artifactId>
|
|
52
|
+ <scope>runtime</scope>
|
|
53
|
+ </dependency>
|
|
54
|
+
|
48
|
55
|
<dependency>
|
49
|
56
|
<groupId>org.springframework.boot</groupId>
|
50
|
57
|
<artifactId>spring-boot-starter-test</artifactId>
|