aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-05-22 17:21:24 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-05-22 17:21:24 -0700
commit102c5436814887a3836425e12bf512855364306e (patch)
tree7c24ced055c3dd1dab5270e29f7f0887116156a4
parent8c29cf5a1b4bb2a6a693b08077907b48943fadd6 (diff)
parent77bd088cf22757b2729f2d5fe07ad08c3c83ecb3 (diff)
downloadjackson-core-102c5436814887a3836425e12bf512855364306e.tar.gz
Merge branch '2.12' of github.com:FasterXML/jackson-core into 2.12
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b6e7f639..d67cacc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,9 @@
<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">
+ <!-- This module was also published with a richer model, Gradle metadata, -->
+ <!-- which should be used instead. Do not delete the following line which -->
+ <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
+ <!-- that they should prefer consuming it instead. -->
+ <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.fasterxml.jackson</groupId>
@@ -129,6 +134,11 @@ com.fasterxml.jackson.core.*;version=${project.version}
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
</plugin>
+
+ <plugin>
+ <groupId>de.jjohannes</groupId>
+ <artifactId>gradle-module-metadata-maven-plugin</artifactId>
+ </plugin>
</plugins>
</build>