Commit a88d786 1 parent c19d857 commit a88d786 Copy full SHA for a88d786
File tree 2 files changed +2
-17
lines changed
maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/util
2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ public void testLocateTestClassesFromArtifactWithClassifier() throws Exception {
106
106
testArtifact .setFile (testJarFile );
107
107
108
108
List <String > scanDependencies = new ArrayList <>();
109
- scanDependencies .add ("org.surefire.dependency:dependent-artifact2:*:*: tests-jdk15" );
109
+ scanDependencies .add ("org.surefire.dependency:dependent-artifact2:*:tests-jdk15:* " );
110
110
111
111
List <String > include = new ArrayList <>();
112
112
include .add ("**/*A.java" );
Original file line number Diff line number Diff line change 185
185
</exclusions >
186
186
</dependency >
187
187
<dependency >
188
- <!-- Do not upgrade, leads to test failures, needs analysis -->
189
188
<groupId >org.apache.maven.shared</groupId >
190
189
<artifactId >maven-common-artifact-filters</artifactId >
191
- <version >3.1.1</version >
192
- <exclusions >
193
- <exclusion >
194
- <groupId >org.apache.maven.shared</groupId >
195
- <artifactId >maven-shared-utils</artifactId >
196
- </exclusion >
197
- <exclusion >
198
- <groupId >org.apache.maven</groupId >
199
- <artifactId >maven-model</artifactId >
200
- </exclusion >
201
- <exclusion >
202
- <groupId >org.sonatype.sisu</groupId >
203
- <artifactId >sisu-inject-plexus</artifactId >
204
- </exclusion >
205
- </exclusions >
190
+ <version >3.4.0</version >
206
191
</dependency >
207
192
<dependency >
208
193
<groupId >org.apache.maven.plugin-testing</groupId >
You can’t perform that action at this time.
0 commit comments