Quellcode durchsuchen

Added Maven h2 Dependency

Nick Satinover vor 5 Jahren
Ursprung
Commit
27d1cba2a6
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. 7
    0
      pom.xml

+ 7
- 0
pom.xml Datei anzeigen

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