ソースを参照

tests passing

jacob andersen 5 年 前
コミット
d69f601b24
共有2 個のファイルを変更した11 個の追加1 個の削除を含む
  1. バイナリ
      .DS_Store
  2. 11
    1
      pom.xml

バイナリ
.DS_Store ファイルの表示


+ 11
- 1
pom.xml ファイルの表示

@@ -14,10 +14,13 @@
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
 
21
+
22
+
23
+
21 24
 	<properties>
22 25
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23 26
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -25,6 +28,13 @@
25 28
 	</properties>
26 29
 
27 30
 	<dependencies>
31
+
32
+		<dependency>
33
+			<groupId>org.hsqldb</groupId>
34
+			<artifactId>hsqldb</artifactId>
35
+			<scope>runtime</scope>
36
+		</dependency>
37
+
28 38
 		<dependency>
29 39
 			<groupId>org.springframework.boot</groupId>
30 40
 			<artifactId>spring-boot-starter</artifactId>