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 >
@@ -114,6 +119,11 @@ com.fasterxml.jackson.core.*;version=${project.version}
114
119
<groupId >org.moditect</groupId >
115
120
<artifactId >moditect-maven-plugin</artifactId >
116
121
</plugin >
122
+
123
+ <plugin >
124
+ <groupId >de.jjohannes</groupId >
125
+ <artifactId >gradle-module-metadata-maven-plugin</artifactId >
126
+ </plugin >
117
127
</plugins >
118
128
</build >
119
129
You can’t perform that action at this time.
0 commit comments