You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ba...@apache.org on 2020/04/27 18:29:55 UTC

svn commit: r1877089 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: baedke
Date: Mon Apr 27 18:29:55 2020
New Revision: 1877089

URL: http://svn.apache.org/viewvc?rev=1877089&view=rev
Log:
OAK-9043: The Oak parent pom should override the version of the Maven Dependency Plugin

Updated to maven-dependency-plugin-3.1.2.

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1877089&r1=1877088&r2=1877089&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Mon Apr 27 18:29:55 2020
@@ -403,6 +403,11 @@
           <artifactId>jacoco-maven-plugin</artifactId>
           <version>0.8.5</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>3.1.2</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>