Drop maven2 artifact maven-project in favor of maven-core

This commit is contained in:
Jerry James 2020-03-04 14:02:15 -07:00
parent 225249fdae
commit 6249a71141
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>