@@ -234,11 +234,9 @@ tools.jackson.core.*;version=${project.version}
234
234
</executions >
235
235
</plugin >
236
236
<plugin >
237
- <groupId >de.jjohannes </groupId >
237
+ <groupId >org.gradlex </groupId >
238
238
<artifactId >gradle-module-metadata-maven-plugin</artifactId >
239
- <!-- 27-Apr-2023, tatu: [core#999]: Need to exclude shaded FDP
240
- dependency from GMM
241
- -->
239
+ <!-- 27-Apr-2023, tatu: [core#999]: Need to exclude shaded FDP dependency from GMM -->
242
240
<configuration >
243
241
<removedDependencies >
244
242
<dependency >
@@ -297,35 +295,6 @@ tools.jackson.core.*;version=${project.version}
297
295
</plugin>
298
296
-->
299
297
300
- <!-- 23-Mar-2023, tatu: [core#965] Need to put back Gradle module metadata marker -->
301
- <plugin >
302
- <groupId >io.github.floverfelt</groupId >
303
- <artifactId >find-and-replace-maven-plugin</artifactId >
304
- <version >1.1.0</version >
305
- <executions >
306
- <execution >
307
- <id >exec</id >
308
- <phase >package</phase >
309
- <goals >
310
- <goal >find-and-replace</goal >
311
- </goals >
312
- <configuration >
313
- <replacementType >file-contents</replacementType >
314
- <baseDir >${basedir} </baseDir >
315
- <findRegex ><![CDATA[ <modelVersion>4.0.0</modelVersion>]]> </findRegex >
316
- <fileMask >dependency-reduced-pom.xml</fileMask >
317
- <replaceValue ><![CDATA[ <!-- This module was also published with a richer model, Gradle metadata, -->
318
- <!-- which should be used instead. Do not delete the following line which -->
319
- <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
320
- <!-- that they should prefer consuming it instead. -->
321
- <!-- do_not_remove: published-with-gradle-metadata -->
322
- <modelVersion>4.0.0</modelVersion>]]> </replaceValue >
323
- <recursive >false</recursive >
324
- </configuration >
325
- </execution >
326
- </executions >
327
- </plugin >
328
-
329
298
<!-- 16-Nov-2022, tatu: [core#838] add verification of compatibility
330
299
wrt Android SDK versions using AnimalSniffer with "gummy bears" signatures.
331
300
To be run from CI, but manually with:
0 commit comments