Преглед на файлове

Fixed the POM so TC students could run it.

marcinx27 преди 7 години
родител
ревизия
9c8f15c502
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3
    3
      pom.xml

+ 3
- 3
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>1.5.4.RELEASE</version>
17
+		<version>1.5.2.RELEASE</version>
18 18
 		<relativePath/> <!-- lookup parent from repository -->
19 19
 	</parent>
20 20
 
@@ -43,12 +43,12 @@
43 43
         <dependency>
44 44
             <groupId>org.springframework.boot</groupId>
45 45
             <artifactId>spring-boot-starter-web</artifactId>
46
-            <version>RELEASE</version>
46
+            <!--<version>RELEASE</version>-->
47 47
         </dependency>
48 48
 		<dependency>
49 49
 			<groupId>org.springframework.boot</groupId>
50 50
 			<artifactId>spring-boot-starter-data-jpa</artifactId>
51
-			<version>1.3.5.RELEASE</version>
51
+			<!--<version>1.3.5.RELEASE</version>-->
52 52
 		</dependency>
53 53
     </dependencies>
54 54