2023-01-27 16:33:12 -05:00

41 lines
1.3 KiB
XML

<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.inteligr8.wildfly.system</groupId>
<artifactId>com.fasterxml.jackson.core.jackson-databind</artifactId>
<packaging>pom</packaging>
<parent>
<groupId>com.inteligr8.wildfly</groupId>
<artifactId>system-wildfly-modules</artifactId>
<version>27.0.1.Final</version>
<relativePath>..</relativePath>
</parent>
<properties>
<wildfly.module.id>com.fasterxml.jackson.core.jackson-databind</wildfly.module.id>
</properties>
<dependencies>
<!-- not including basic Java dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>com.fasterxml.jackson.core.jackson-core</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>com.fasterxml.jackson.core.jackson-annotations</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
</project>