aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-05-22 17:34:10 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-05-22 17:34:10 -0700
commit5ba72dfd4d4c765c9a861ca48f63d8897400c8a3 (patch)
tree6a08637ef7b1ffaedcf9e2e5892f0dcb3d5885ad /pom.xml
parent5004a21b02fab96a67ccfe98e018c40ad073d974 (diff)
downloadjackson-databind-5ba72dfd4d4c765c9a861ca48f63d8897400c8a3.tar.gz
Start work on #2726 (add in jackson-databind)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8fab2f03a..d399eefd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
@@ -196,7 +201,12 @@
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
</plugin>
- </plugins>
+
+ <plugin>
+ <groupId>de.jjohannes</groupId>
+ <artifactId>gradle-module-metadata-maven-plugin</artifactId>
+ </plugin>
+ </plugins>
</build>
<profiles>