micronaut-logging/src/it/log-json-from-env-serde-jsonp/pom.xml
Stephan Schnabel eced95f5fb
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
chore: fix invalid renovate preset configuration
2025-06-27 21:14:35 +02:00

19 lines
673 B
XML

<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.kokuwa.micronaut</groupId>
<artifactId>mirconaut-logging-it</artifactId>
<version>LOCAL-SNAPSHOT</version>
</parent>
<artifactId>mirconaut-logging-it-log-json-from-env-serde-jsonp</artifactId>
<dependencies>
<dependency>
<groupId>io.micronaut.serde</groupId>
<artifactId>micronaut-serde-jsonp</artifactId>
</dependency>
</dependencies>
</project>