Skip to content

Commit

Permalink
Manual merge of #999 to master
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 27, 2023
1 parent 5fd0eb1 commit 598de92
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,17 @@ tools.jackson.core.*;version=${project.version}
<plugin>
<groupId>de.jjohannes</groupId>
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
<!-- 27-Apr-2023, tatu: [core#999]: Need to exclude shaded FDP
dependency from GMM
-->
<configuration>
<removedDependencies>
<dependency>
<groupId>ch.randelshofer</groupId>
<artifactId>fastdoubleparser</artifactId>
</dependency>
</removedDependencies>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit 598de92

Please sign in to comment.