aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9f7703f..3c5f5df 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>
<groupId>com.fasterxml.jackson</groupId>
@@ -104,6 +109,31 @@
<stagingProfileId>b34f19b9cc6224</stagingProfileId>
</configuration>
</plugin>
+
+ <!-- 11-Jun-2020, tatu:
+ -->
+ <plugin>
+ <groupId>de.jjohannes</groupId>
+ <artifactId>gradle-module-metadata-maven-plugin</artifactId>
+ <version>0.1.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>gmm</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <platformDependencies>
+ <dependency>
+ <groupId>com.fasterxml.jackson</groupId>
+ <artifactId>jackson-bom</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </platformDependencies>
+ </configuration>
+ </plugin>
+
</plugins>
</build>