Skip to content

Commit

Permalink
Remove remaining references to maven-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Sep 24, 2021
1 parent 76fa713 commit 7790bcf
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 29 deletions.
4 changes: 0 additions & 4 deletions apache-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ under the License.
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
Expand Down
1 change: 0 additions & 1 deletion maven-core/src/main/resources/META-INF/maven/extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ under the License.
<exportedArtifact>org.apache.maven:maven-aether-provider</exportedArtifact>
<exportedArtifact>org.apache.maven:maven-resolver-provider</exportedArtifact>
<exportedArtifact>org.apache.maven:maven-artifact-manager</exportedArtifact>
<exportedArtifact>org.apache.maven:maven-compat</exportedArtifact>
<exportedArtifact>org.apache.maven:maven-core</exportedArtifact>
<exportedArtifact>org.apache.maven:maven-error-diagnostics</exportedArtifact>
<exportedArtifact>org.apache.maven:maven-lifecycle</exportedArtifact>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void testExcludeGroupIdWildcardNoMatch()
{
Exclusion exclusion = new Exclusion();
exclusion.setGroupId( "*" );
exclusion.setArtifactId( "maven-compat" );
exclusion.setArtifactId( "maven-settings" );
ExclusionArtifactFilter filter = new ExclusionArtifactFilter( Collections.singletonList( exclusion ) );

assertThat( filter.include( artifact ), is( true ) );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ under the License.
<module>maven-mercury</module>
<module>maven-embedder</module>
<module>maven-toolchain</module>
<module>maven-compat</module>
<module>maven-repository</module>
<module>maven-repository-mercury</module>
</modules>
Expand Down Expand Up @@ -323,11 +322,6 @@ under the License.
<artifactId>maven-repository</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${project.version}</version>
</dependency>
<!--end-->
<!-- Plexus -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ under the License.
<module>maven-mercury</module>
<module>maven-embedder</module>
<module>maven-toolchain</module>
<module>maven-compat</module>
<module>maven-repository</module>
<module>maven-repository-mercury</module>
</modules>
Expand Down Expand Up @@ -323,11 +322,6 @@ under the License.
<artifactId>maven-repository</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${project.version}</version>
</dependency>
<!--end-->
<!-- Plexus -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ under the License.
<module>maven-mercury</module>
<module>maven-embedder</module>
<module>maven-toolchain</module>
<module>maven-compat</module>
<module>maven-repository</module>
<module>maven-repository-mercury</module>
</modules>
Expand Down Expand Up @@ -323,11 +322,6 @@ under the License.
<artifactId>maven-repository</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${project.version}</version>
</dependency>
<!--end-->
<!-- Plexus -->
<dependency>
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,6 @@ under the License.
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-slf4j-provider</artifactId>
Expand Down

0 comments on commit 7790bcf

Please sign in to comment.