@@ -236,12 +236,10 @@ com.fasterxml.jackson.core.*;version=${project.version}
236
236
</executions >
237
237
</plugin >
238
238
<plugin >
239
- <groupId >de.jjohannes </groupId >
239
+ <groupId >org.gradlex </groupId >
240
240
<artifactId >gradle-module-metadata-maven-plugin</artifactId >
241
- <!-- 27-Apr-2023, tatu: [core#999]: Need to exclude shaded FDP
242
- dependency from GMM
243
- -->
244
- <configuration >
241
+ <!-- 27-Apr-2023, tatu: [core#999]: Need to exclude shaded FDP dependency from GMM -->
242
+ <configuration >
245
243
<removedDependencies >
246
244
<dependency >
247
245
<groupId >ch.randelshofer</groupId >
@@ -261,36 +259,6 @@ com.fasterxml.jackson.core.*;version=${project.version}
261
259
</archive >
262
260
</configuration >
263
261
</plugin >
264
-
265
- <!-- 23-Mar-2023, tatu: [core#965] Need to put back Gradle module metadata marker -->
266
- <plugin >
267
- <groupId >io.github.floverfelt</groupId >
268
- <artifactId >find-and-replace-maven-plugin</artifactId >
269
- <version >1.1.0</version >
270
- <executions >
271
- <execution >
272
- <id >exec</id >
273
- <phase >package</phase >
274
- <goals >
275
- <goal >find-and-replace</goal >
276
- </goals >
277
- <configuration >
278
- <replacementType >file-contents</replacementType >
279
- <baseDir >${basedir} </baseDir >
280
- <findRegex ><![CDATA[ <modelVersion>4.0.0</modelVersion>]]> </findRegex >
281
- <fileMask >dependency-reduced-pom.xml</fileMask >
282
- <replaceValue ><![CDATA[ <!-- This module was also published with a richer model, Gradle metadata, -->
283
- <!-- which should be used instead. Do not delete the following line which -->
284
- <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
285
- <!-- that they should prefer consuming it instead. -->
286
- <!-- do_not_remove: published-with-gradle-metadata -->
287
- <modelVersion>4.0.0</modelVersion>]]> </replaceValue >
288
- <recursive >false</recursive >
289
- </configuration >
290
- </execution >
291
- </executions >
292
- </plugin >
293
-
294
262
<!-- 16-Nov-2022, tatu: [core#838] add verification of compatibility
295
263
wrt Android SDK versions using AnimalSniffer with "gummy bears" signatures.
296
264
To be run from CI, but manually with:
0 commit comments