Skip to content

Commit

Permalink
[pom] Override maven-common-artifact-filters to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Oct 17, 2021
1 parent 6a0fd8b commit 95176c4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@

<mavenCoreVersion>3.8.3</mavenCoreVersion>
<mavenTransferVersion>0.13.1</mavenTransferVersion>
<mavenCommonArtifactFilters>3.2.0</mavenCommonArtifactFilters>
<mavenReportingApiVersion>3.0</mavenReportingApiVersion>
<mavenReportingVersion>3.0.0</mavenReportingVersion>
<mavenVersion>3.8.3</mavenVersion>
Expand All @@ -151,7 +152,7 @@
<pluginPluginVersion>3.6.1</pluginPluginVersion>
<scmPluginVersion>1.12.0</scmPluginVersion>
<sitePluginVersion>3.9.1</sitePluginVersion>
<sitePlugin36Version>3.6</sitePlugin36Version> <!-- For MFINDBUGS-145 (breaks on newer jdks, revisit this on spotbugs 4.3.x and simply drop the old support) -->
<sitePlugin36Version>3.6</sitePlugin36Version> <!-- For MFINDBUGS-145 (breaks on newer jdks, revisit this on spotbugs 4.5.x and simply drop the old support) -->
<versionsPluginVersion>2.8.1</versionsPluginVersion>

<spotbugsTestDebug>false</spotbugsTestDebug>
Expand Down Expand Up @@ -390,6 +391,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-common-artifact-filters</artifactId>
<version>${mavenCommonArtifactFilters}</version>
</dependency>

<dependency>
<groupId>org.apache.maven</groupId>
Expand Down

0 comments on commit 95176c4

Please sign in to comment.