Skip to content

Commit aa0df89

Browse files
committed
Manual merge of #618
1 parent 9642b0d commit aa0df89

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<!-- This module was also published with a richer model, Gradle metadata, -->
3+
<!-- which should be used instead. Do not delete the following line which -->
4+
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
5+
<!-- that they should prefer consuming it instead. -->
6+
<!-- do_not_remove: published-with-gradle-metadata -->
27
<modelVersion>4.0.0</modelVersion>
38
<parent>
49
<groupId>com.fasterxml.jackson</groupId>
@@ -114,6 +119,11 @@ com.fasterxml.jackson.core.*;version=${project.version}
114119
<groupId>org.moditect</groupId>
115120
<artifactId>moditect-maven-plugin</artifactId>
116121
</plugin>
122+
123+
<plugin>
124+
<groupId>de.jjohannes</groupId>
125+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
126+
</plugin>
117127
</plugins>
118128
</build>
119129

0 commit comments

Comments
 (0)