Polishing.
Remove superfluous versions. Improve make clean by removing stale pid files. See #2711
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -354,7 +354,6 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>3.3.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
@@ -364,8 +363,8 @@
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.2</version>
|
||||
<configuration>
|
||||
<groups>RuntimeHintsTests</groups>
|
||||
<argLine>-javaagent:${org.springframework:spring-core-test:jar}</argLine>
|
||||
|
||||
Reference in New Issue
Block a user