|
32 | 32 | <parent> |
33 | 33 | <groupId>org.springframework.boot</groupId> |
34 | 34 | <artifactId>spring-boot-starter-parent</artifactId> |
35 | | - <version>2.1.1.RELEASE</version> |
| 35 | + <version>2.1.2.RELEASE</version> |
36 | 36 | <relativePath /> |
37 | 37 | </parent> |
38 | 38 | <licenses> |
|
54 | 54 | <dependency> |
55 | 55 | <groupId>org.springframework.boot</groupId> |
56 | 56 | <artifactId>spring-boot-dependencies</artifactId> |
57 | | - <version>2.1.1.RELEASE</version> |
| 57 | + <version>2.1.2.RELEASE</version> |
58 | 58 | <type>pom</type> |
59 | 59 | <scope>import</scope> |
60 | 60 | </dependency> |
|
68 | 68 | <dependency> |
69 | 69 | <groupId>org.springframework.cloud</groupId> |
70 | 70 | <artifactId>spring-cloud-starter-parent</artifactId> |
71 | | - <version>Greenwich.M3</version> |
| 71 | + <version>Greenwich.RC1</version> |
72 | 72 | <type>pom</type> |
73 | 73 | <scope>import</scope> |
74 | 74 | </dependency> |
|
141 | 141 | <dependency> |
142 | 142 | <groupId>org.mockito</groupId> |
143 | 143 | <artifactId>mockito-core</artifactId> |
144 | | - <version>2.21.0</version> |
145 | 144 | <scope>test</scope> |
146 | 145 | </dependency> |
147 | 146 | <dependency> |
148 | 147 | <groupId>junit</groupId> |
149 | 148 | <artifactId>junit</artifactId> |
150 | | - <version>4.12</version> |
151 | 149 | <scope>test</scope> |
152 | 150 | </dependency> |
153 | 151 | <dependency> |
154 | 152 | <groupId>com.h2database</groupId> |
155 | 153 | <artifactId>h2</artifactId> |
156 | 154 | <scope>test</scope> |
157 | | - <version>1.4.194</version> |
158 | 155 | </dependency> |
159 | 156 | <dependency> |
160 | 157 | <groupId>org.springframework.boot</groupId> |
|
212 | 209 | <plugin> |
213 | 210 | <groupId>org.apache.maven.plugins</groupId> |
214 | 211 | <artifactId>maven-jxr-plugin</artifactId> |
215 | | - </plugin> |
216 | | - <plugin> |
217 | | - <groupId>org.apache.maven.plugins</groupId> |
218 | | - <artifactId>maven-dependency-plugin</artifactId> |
219 | | - <executions> |
220 | | - <execution> |
221 | | - <id>copy</id> |
222 | | - <phase>compile</phase> |
223 | | - <goals> |
224 | | - <goal>copy</goal> |
225 | | - </goals> |
226 | | - <configuration> |
227 | | - <artifactItems> |
228 | | - <artifactItem> |
229 | | - <groupId>org.nhind</groupId> |
230 | | - <artifactId>config-service</artifactId> |
231 | | - <version>2.2</version> |
232 | | - <type>war</type> |
233 | | - <overWrite>true</overWrite> |
234 | | - <destFileName>config-service.war</destFileName> |
235 | | - </artifactItem> |
236 | | - </artifactItems> |
237 | | - <outputDirectory> |
238 | | - ${project.basedir}/war |
239 | | - </outputDirectory> |
240 | | - <overWriteReleases>true</overWriteReleases> |
241 | | - <overWriteSnapshots>true</overWriteSnapshots> |
242 | | - </configuration> |
243 | | - </execution> |
244 | | - </executions> |
245 | | - </plugin> |
| 212 | + </plugin> |
246 | 213 | <plugin> |
247 | 214 | <groupId>org.apache.maven.plugins</groupId> |
248 | 215 | <artifactId>maven-compiler-plugin</artifactId> |
|
266 | 233 | <plugin> |
267 | 234 | <groupId>org.apache.maven.plugins</groupId> |
268 | 235 | <artifactId>maven-source-plugin</artifactId> |
269 | | - <version>2.0.3</version> |
270 | 236 | <executions> |
271 | 237 | <execution> |
272 | 238 | <goals> |
|
289 | 255 | <plugin> |
290 | 256 | <groupId>org.apache.maven.plugins</groupId> |
291 | 257 | <artifactId>maven-jar-plugin</artifactId> |
292 | | - <version>2.2</version> |
293 | 258 | <executions> |
294 | 259 | <execution> |
295 | 260 | <goals> |
|
0 commit comments