Skip to content

Commit

Permalink
[SUREFIRE-2047] Upgrade to maven-common-artifact-filters 3.4.0
Browse files Browse the repository at this point in the history
This closes #742
  • Loading branch information
michael-o committed Jun 5, 2024
1 parent e166d93 commit f15de65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void testLocateTestClassesFromArtifactWithClassifier() throws Exception {
testArtifact.setFile(testJarFile);

List<String> scanDependencies = new ArrayList<>();
scanDependencies.add("org.surefire.dependency:dependent-artifact2:*:*:tests-jdk15");
scanDependencies.add("org.surefire.dependency:dependent-artifact2:*:tests-jdk15:*");

List<String> include = new ArrayList<>();
include.add("**/*A.java");
Expand Down
17 changes: 1 addition & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,24 +185,9 @@
</exclusions>
</dependency>
<dependency>
<!-- Do not upgrade, leads to test failures, needs analysis -->
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-common-artifact-filters</artifactId>
<version>3.1.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
</exclusion>
<exclusion>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
</exclusion>
</exclusions>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
Expand Down

0 comments on commit f15de65

Please sign in to comment.