Skip to content

Commit

Permalink
Fix #3096 - antlr4-maven-plugin is using maven-project version 2.2.1 …
Browse files Browse the repository at this point in the history
…dependency
  • Loading branch information
khmarbaise committed Feb 27, 2021
1 parent 60fd27f commit 292ae01
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions antlr4-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${mavenVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand All @@ -97,11 +96,6 @@
<version>3.0.15</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.2.1</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 292ae01

Please sign in to comment.