Skip to content

Commit

Permalink
excluded maven-shared-utils where not used
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed Jan 26, 2022
1 parent 35396ed commit b005ce0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 18 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Expand Up @@ -169,12 +169,6 @@
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>${mavenSharedUtilsVersion}</version>
<exclusions>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
Expand Down
5 changes: 0 additions & 5 deletions surefire-booter/pom.xml
Expand Up @@ -42,11 +42,6 @@
<artifactId>surefire-extensions-spi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down
Expand Up @@ -19,8 +19,8 @@
* under the License.
*/

import org.apache.maven.shared.utils.io.FileUtils;
import org.apache.maven.surefire.api.provider.AbstractProvider;
import org.apache.maven.surefire.shared.utils.io.FileUtils;
import org.junit.Before;
import org.junit.Test;

Expand Down
5 changes: 0 additions & 5 deletions surefire-providers/common-junit48/pom.xml
Expand Up @@ -48,11 +48,6 @@
<artifactId>surefire-grouper</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
Expand Up @@ -19,7 +19,7 @@
* under the License.
*/

import org.apache.maven.shared.utils.io.MatchPatterns;
import org.apache.maven.surefire.shared.utils.io.MatchPatterns;
import org.apache.maven.surefire.common.junit48.tests.pt.PT;
import org.apache.maven.surefire.api.testset.ResolvedTest;
import org.apache.maven.surefire.api.testset.TestListResolver;
Expand Down

0 comments on commit b005ce0

Please sign in to comment.