Skip to content

Commit 95176c4

Browse files
committed
[pom] Override maven-common-artifact-filters to 3.2.0
1 parent 6a0fd8b commit 95176c4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133

134134
<mavenCoreVersion>3.8.3</mavenCoreVersion>
135135
<mavenTransferVersion>0.13.1</mavenTransferVersion>
136+
<mavenCommonArtifactFilters>3.2.0</mavenCommonArtifactFilters>
136137
<mavenReportingApiVersion>3.0</mavenReportingApiVersion>
137138
<mavenReportingVersion>3.0.0</mavenReportingVersion>
138139
<mavenVersion>3.8.3</mavenVersion>
@@ -151,7 +152,7 @@
151152
<pluginPluginVersion>3.6.1</pluginPluginVersion>
152153
<scmPluginVersion>1.12.0</scmPluginVersion>
153154
<sitePluginVersion>3.9.1</sitePluginVersion>
154-
<sitePlugin36Version>3.6</sitePlugin36Version> <!-- For MFINDBUGS-145 (breaks on newer jdks, revisit this on spotbugs 4.3.x and simply drop the old support) -->
155+
<sitePlugin36Version>3.6</sitePlugin36Version> <!-- For MFINDBUGS-145 (breaks on newer jdks, revisit this on spotbugs 4.5.x and simply drop the old support) -->
155156
<versionsPluginVersion>2.8.1</versionsPluginVersion>
156157

157158
<spotbugsTestDebug>false</spotbugsTestDebug>
@@ -390,6 +391,11 @@
390391
</exclusion>
391392
</exclusions>
392393
</dependency>
394+
<dependency>
395+
<groupId>org.apache.maven.shared</groupId>
396+
<artifactId>maven-common-artifact-filters</artifactId>
397+
<version>${mavenCommonArtifactFilters}</version>
398+
</dependency>
393399

394400
<dependency>
395401
<groupId>org.apache.maven</groupId>

0 commit comments

Comments
 (0)