Nick Satinover пре 5 година
родитељ
комит
27d1cba2a6
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7
    0
      pom.xml

+ 7
- 0
pom.xml Прегледај датотеку

@@ -25,6 +25,13 @@
25 25
 	</properties>
26 26
 
27 27
 	<dependencies>
28
+
29
+		<dependency>
30
+			<groupId>org.hsqldb</groupId>
31
+			<artifactId>hsqldb</artifactId>
32
+			<scope>runtime</scope>
33
+		</dependency>
34
+
28 35
 		<dependency>
29 36
 			<groupId>org.springframework.boot</groupId>
30 37
 			<artifactId>spring-boot-starter</artifactId>