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 9fb46a4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 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
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 9fb46a4

Please sign in to comment.