File tree 1 file changed +17
-16
lines changed
1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -159,22 +159,6 @@ com.fasterxml.jackson.core.*;version=${project.version}
159
159
<groupId >org.codehaus.mojo</groupId >
160
160
<artifactId >build-helper-maven-plugin</artifactId >
161
161
</plugin >
162
-
163
- <plugin >
164
- <groupId >de.jjohannes</groupId >
165
- <artifactId >gradle-module-metadata-maven-plugin</artifactId >
166
- <!-- 27-Apr-2023, tatu: [core#999]: Need to exclude shaded FDP
167
- dependency from GMM
168
- -->
169
- <configuration >
170
- <removedDependencies >
171
- <dependency >
172
- <groupId >ch.randelshofer</groupId >
173
- <artifactId >fastdoubleparser</artifactId >
174
- </dependency >
175
- </removedDependencies >
176
- </configuration >
177
- </plugin >
178
162
179
163
<plugin >
180
164
<groupId >org.apache.maven.plugins</groupId >
@@ -234,6 +218,23 @@ com.fasterxml.jackson.core.*;version=${project.version}
234
218
</execution >
235
219
</executions >
236
220
</plugin >
221
+
222
+ <plugin >
223
+ <groupId >de.jjohannes</groupId >
224
+ <artifactId >gradle-module-metadata-maven-plugin</artifactId >
225
+ <!-- 27-Apr-2023, tatu: [core#999]: Need to exclude shaded FDP
226
+ dependency from GMM
227
+ -->
228
+ <configuration >
229
+ <removedDependencies >
230
+ <dependency >
231
+ <groupId >ch.randelshofer</groupId >
232
+ <artifactId >fastdoubleparser</artifactId >
233
+ </dependency >
234
+ </removedDependencies >
235
+ </configuration >
236
+ </plugin >
237
+
237
238
<plugin >
238
239
<groupId >org.apache.maven.plugins</groupId >
239
240
<artifactId >maven-jar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments