File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
<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 -->
2
7
<modelVersion >4.0.0</modelVersion >
3
8
<parent >
4
9
<groupId >com.fasterxml.jackson</groupId >
@@ -129,6 +134,11 @@ com.fasterxml.jackson.core.*;version=${project.version}
129
134
<groupId >org.moditect</groupId >
130
135
<artifactId >moditect-maven-plugin</artifactId >
131
136
</plugin >
137
+
138
+ <plugin >
139
+ <groupId >de.jjohannes</groupId >
140
+ <artifactId >gradle-module-metadata-maven-plugin</artifactId >
141
+ </plugin >
132
142
</plugins >
133
143
</build >
134
144
You can’t perform that action at this time.
0 commit comments