File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 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 >
@@ -129,6 +134,11 @@ com.fasterxml.jackson.core.*;version=${project.version}
129134 <groupId >org.moditect</groupId >
130135 <artifactId >moditect-maven-plugin</artifactId >
131136 </plugin >
137+
138+ <plugin >
139+ <groupId >de.jjohannes</groupId >
140+ <artifactId >gradle-module-metadata-maven-plugin</artifactId >
141+ </plugin >
132142 </plugins >
133143 </build >
134144
You can’t perform that action at this time.
0 commit comments