Browse Source

DATAJDBC-419 - Polishing.

Inherit plugin versions for dependency and surefire plugins.
pull/174/head
Mark Paluch 6 years ago
parent
commit
3f7bdb77f7
  1. 14
      pom.xml

14
pom.xml

@ -178,20 +178,6 @@ @@ -178,20 +178,6 @@
</profiles>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.0</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Loading…
Cancel
Save