|
|
@@ -15,7 +15,7 @@
|
|
15
|
15
|
<parent>
|
|
16
|
16
|
<groupId>org.springframework.boot</groupId>
|
|
17
|
17
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
18
|
|
- <version>2.0.4.RELEASE</version>
|
|
|
18
|
+ <version>2.0.0.RELEASE</version>
|
|
19
|
19
|
<relativePath/> <!-- lookup parent from repository -->
|
|
20
|
20
|
</parent>
|
|
21
|
21
|
|
|
|
@@ -94,7 +94,7 @@
|
|
94
|
94
|
<dependency>
|
|
95
|
95
|
<groupId>org.springframework.boot</groupId>
|
|
96
|
96
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
97
|
|
- <scope>test</scope>
|
|
|
97
|
+<!-- <scope>test</scope>-->
|
|
98
|
98
|
</dependency>
|
|
99
|
99
|
<dependency>
|
|
100
|
100
|
<groupId>org.apache.poi</groupId>
|
|
|
@@ -134,11 +134,6 @@
|
|
134
|
134
|
<version>2.3.0</version>
|
|
135
|
135
|
</dependency>
|
|
136
|
136
|
|
|
137
|
|
- <dependency>
|
|
138
|
|
- <groupId>org.springframework.boot</groupId>
|
|
139
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
|
140
|
|
- </dependency>
|
|
141
|
|
-
|
|
142
|
137
|
|
|
143
|
138
|
<!--短信发送平台jar包-->
|
|
144
|
139
|
<dependency>
|