Skip to content

Commit

Permalink
AVRO-2865: Remove maven 2 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSkraba authored and iemejia committed Jun 22, 2020
1 parent 1172c85 commit 07b9290
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lang/java/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,15 @@

<dependencies>
<dependency>
<!-- Maven2 classes maintained as compatibility layer -->
<!-- Remove once avro-maven-plugin code is upgrade to Maven3 -->
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<artifactId>maven-core</artifactId>
<version>${maven.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>file-management</artifactId>
<version>${file-management.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand All @@ -84,6 +78,12 @@
<version>${project.version}</version>
</dependency>
<!-- test-->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${maven.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-tools</artifactId>
Expand Down

0 comments on commit 07b9290

Please sign in to comment.