Skip to content

Commit 598de92

Browse files
committed
Manual merge of #999 to master
1 parent 5fd0eb1 commit 598de92

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,17 @@ tools.jackson.core.*;version=${project.version}
141141
<plugin>
142142
<groupId>de.jjohannes</groupId>
143143
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
144+
<!-- 27-Apr-2023, tatu: [core#999]: Need to exclude shaded FDP
145+
dependency from GMM
146+
-->
147+
<configuration>
148+
<removedDependencies>
149+
<dependency>
150+
<groupId>ch.randelshofer</groupId>
151+
<artifactId>fastdoubleparser</artifactId>
152+
</dependency>
153+
</removedDependencies>
154+
</configuration>
144155
</plugin>
145156

146157
<plugin>

0 commit comments

Comments
 (0)