소스 검색

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