We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cbf9d commit 9c8f15cCopy full SHA for 9c8f15c
pom.xml
@@ -14,7 +14,7 @@
14
<parent>
15
<groupId>org.springframework.boot</groupId>
16
<artifactId>spring-boot-starter-parent</artifactId>
17
- <version>1.5.4.RELEASE</version>
+ <version>1.5.2.RELEASE</version>
18
<relativePath/> <!-- lookup parent from repository -->
19
</parent>
20
@@ -43,12 +43,12 @@
43
<dependency>
44
45
<artifactId>spring-boot-starter-web</artifactId>
46
- <version>RELEASE</version>
+ <!--<version>RELEASE</version>-->
47
</dependency>
48
49
50
<artifactId>spring-boot-starter-data-jpa</artifactId>
51
- <version>1.3.5.RELEASE</version>
+ <!--<version>1.3.5.RELEASE</version>-->
52
53
</dependencies>
54
0 commit comments