Skip to content

Commit 481e675

Browse files
author
Greg Meyer
authored
Merge pull request #2 from DirectProjectJavaRI/develop
Develop
2 parents 8282286 + 814176d commit 481e675

1 file changed

Lines changed: 4 additions & 39 deletions

File tree

pom.xml

Lines changed: 4 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>org.springframework.boot</groupId>
3434
<artifactId>spring-boot-starter-parent</artifactId>
35-
<version>2.1.1.RELEASE</version>
35+
<version>2.1.2.RELEASE</version>
3636
<relativePath />
3737
</parent>
3838
<licenses>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.springframework.boot</groupId>
5656
<artifactId>spring-boot-dependencies</artifactId>
57-
<version>2.1.1.RELEASE</version>
57+
<version>2.1.2.RELEASE</version>
5858
<type>pom</type>
5959
<scope>import</scope>
6060
</dependency>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.springframework.cloud</groupId>
7070
<artifactId>spring-cloud-starter-parent</artifactId>
71-
<version>Greenwich.M3</version>
71+
<version>Greenwich.RC1</version>
7272
<type>pom</type>
7373
<scope>import</scope>
7474
</dependency>
@@ -141,20 +141,17 @@
141141
<dependency>
142142
<groupId>org.mockito</groupId>
143143
<artifactId>mockito-core</artifactId>
144-
<version>2.21.0</version>
145144
<scope>test</scope>
146145
</dependency>
147146
<dependency>
148147
<groupId>junit</groupId>
149148
<artifactId>junit</artifactId>
150-
<version>4.12</version>
151149
<scope>test</scope>
152150
</dependency>
153151
<dependency>
154152
<groupId>com.h2database</groupId>
155153
<artifactId>h2</artifactId>
156154
<scope>test</scope>
157-
<version>1.4.194</version>
158155
</dependency>
159156
<dependency>
160157
<groupId>org.springframework.boot</groupId>
@@ -212,37 +209,7 @@
212209
<plugin>
213210
<groupId>org.apache.maven.plugins</groupId>
214211
<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>
246213
<plugin>
247214
<groupId>org.apache.maven.plugins</groupId>
248215
<artifactId>maven-compiler-plugin</artifactId>
@@ -266,7 +233,6 @@
266233
<plugin>
267234
<groupId>org.apache.maven.plugins</groupId>
268235
<artifactId>maven-source-plugin</artifactId>
269-
<version>2.0.3</version>
270236
<executions>
271237
<execution>
272238
<goals>
@@ -289,7 +255,6 @@
289255
<plugin>
290256
<groupId>org.apache.maven.plugins</groupId>
291257
<artifactId>maven-jar-plugin</artifactId>
292-
<version>2.2</version>
293258
<executions>
294259
<execution>
295260
<goals>

0 commit comments

Comments
 (0)