Xcuello пре 5 година
родитељ
комит
41e87e3997
1 измењених фајлова са 8 додато и 1 уклоњено
  1. 8
    1
      CR-MicroLabs-Annotations-Bakery2/pom.xml

+ 8
- 1
CR-MicroLabs-Annotations-Bakery2/pom.xml Прегледај датотеку

@@ -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.1.0.RELEASE</version>
17
+        <version>2.0.4.RELEASE</version>
18 18
         <relativePath/> <!-- lookup parent from repository -->
19 19
     </parent>
20 20
 
@@ -45,6 +45,13 @@
45 45
             <artifactId>h2</artifactId>
46 46
             <scope>runtime</scope>
47 47
         </dependency>
48
+
49
+        <dependency>
50
+            <groupId>org.hsqldb</groupId>
51
+            <artifactId>hsqldb</artifactId>
52
+            <scope>runtime</scope>
53
+        </dependency>
54
+
48 55
         <dependency>
49 56
             <groupId>org.springframework.boot</groupId>
50 57
             <artifactId>spring-boot-starter-test</artifactId>