Ver código fonte

tests passing

jacob andersen 5 anos atrás
pai
commit
d69f601b24
2 arquivos alterados com 11 adições e 1 exclusões
  1. BIN
      .DS_Store
  2. 11
    1
      pom.xml

BIN
.DS_Store Ver arquivo


+ 11
- 1
pom.xml Ver arquivo

@@ -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>