Skip to content

Commit ef633a8

Browse files
committed
Manual merge of #1407 changes
1 parent dd88f31 commit ef633a8

File tree

1 file changed

+2
-33
lines changed

1 file changed

+2
-33
lines changed

pom.xml

+2-33
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,9 @@ tools.jackson.core.*;version=${project.version}
234234
</executions>
235235
</plugin>
236236
<plugin>
237-
<groupId>de.jjohannes</groupId>
237+
<groupId>org.gradlex</groupId>
238238
<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 -->
242240
<configuration>
243241
<removedDependencies>
244242
<dependency>
@@ -297,35 +295,6 @@ tools.jackson.core.*;version=${project.version}
297295
</plugin>
298296
-->
299297

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-
329298
<!-- 16-Nov-2022, tatu: [core#838] add verification of compatibility
330299
wrt Android SDK versions using AnimalSniffer with "gummy bears" signatures.
331300
To be run from CI, but manually with:

0 commit comments

Comments
 (0)