Skip to content

Commit

Permalink
Resolving the maven build error
Browse files Browse the repository at this point in the history
  • Loading branch information
KarthikaPKumar authored May 15, 2024
1 parent 8b5c488 commit d5398e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions presto-spark-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@

<build>
<plugins>
<plugin>
<groupId>org.basepom.maven</groupId>
<artifactId>duplicate-finder-maven-plugin</artifactId>
<configuration>
<ignoredClassPatterns>
<ignoredClassPattern>META-INF.versions.9.module-info</ignoredClassPattern>
</ignoredClassPatterns>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down

0 comments on commit d5398e7

Please sign in to comment.