|
@@ -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.0.4.RELEASE</version>
|
|
17
|
+ <version>1.5.11.RELEASE</version>
|
18
|
18
|
<relativePath/> <!-- lookup parent from repository -->
|
19
|
19
|
</parent>
|
20
|
20
|
|
|
@@ -27,17 +27,23 @@
|
27
|
27
|
<dependencies>
|
28
|
28
|
<dependency>
|
29
|
29
|
<groupId>org.springframework.boot</groupId>
|
30
|
|
- <artifactId>spring-boot-starter</artifactId>
|
|
30
|
+ <artifactId>spring-boot-starter-data-jpa</artifactId>
|
31
|
31
|
</dependency>
|
32
|
32
|
|
33
|
33
|
<dependency>
|
34
|
34
|
<groupId>org.springframework.boot</groupId>
|
35
|
|
- <artifactId>spring-boot-starter-data-rest</artifactId>
|
|
35
|
+ <artifactId>spring-boot-starter-web</artifactId>
|
36
|
36
|
</dependency>
|
37
|
37
|
|
38
|
38
|
<dependency>
|
39
|
|
- <groupId>org.springframework.boot</groupId>
|
40
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
39
|
+ <groupId>com.h2database</groupId>
|
|
40
|
+ <artifactId>h2</artifactId>
|
|
41
|
+ </dependency>
|
|
42
|
+
|
|
43
|
+ <dependency>
|
|
44
|
+ <groupId>org.hsqldb</groupId>
|
|
45
|
+ <artifactId>hsqldb</artifactId>
|
|
46
|
+ <scope>runtime</scope>
|
41
|
47
|
</dependency>
|
42
|
48
|
|
43
|
49
|
<dependency>
|