|
@@ -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
|
|