Skip to content

Commit 9c8f15c

Browse files
Fixed the POM so TC students could run it.
1 parent 51cbf9d commit 9c8f15c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>1.5.4.RELEASE</version>
17+
<version>1.5.2.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

@@ -43,12 +43,12 @@
4343
<dependency>
4444
<groupId>org.springframework.boot</groupId>
4545
<artifactId>spring-boot-starter-web</artifactId>
46-
<version>RELEASE</version>
46+
<!--<version>RELEASE</version>-->
4747
</dependency>
4848
<dependency>
4949
<groupId>org.springframework.boot</groupId>
5050
<artifactId>spring-boot-starter-data-jpa</artifactId>
51-
<version>1.3.5.RELEASE</version>
51+
<!--<version>1.3.5.RELEASE</version>-->
5252
</dependency>
5353
</dependencies>
5454

0 commit comments

Comments
 (0)