Fixes #3096 - antlr4-maven-plugin is using maven-project version 2.2.1 dependency

This commit is contained in:
Karl Heinz Marbaise 2021-02-27 15:01:14 +01:00
parent 60fd27ff93
commit bef50a832f
No known key found for this signature in database
GPG Key ID: 8B0378A57CD8E243
1 changed files with 0 additions and 6 deletions

View File

@ -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>
@ -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>