logbook-spring-boot-autoconfigure
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>no.entur.logging.cloud</groupId>
<artifactId>logbook-spring-boot-autoconfigure</artifactId>
<version>5.3.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- 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>
<groupId>no.entur.logging.cloud</groupId>
<artifactId>logbook-spring-boot-autoconfigure</artifactId>
<version>5.3.0</version>
<name>logbook-spring-boot-autoconfigure</name>
<description>logbook-spring-boot-autoconfigure</description>
<url>https://github.com/entur/cloud-logging</url>
<inceptionYear>2023</inceptionYear>
<licenses>
<license>
<name>European Union Public Licence v1.2</name>
<url>https://www.eupl.eu/</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>skjolber</id>
<name>Thomas Skjølberg</name>
<email>thomas.rorvik.skjolberg@entur.org</email>
</developer>
</developers>
<scm>
<connection>git@github.com:entur/cloud-logging.git</connection>
<url>https://github.com/entur/cloud-logging</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
<version>2.0.17</version>
</dependency>
<dependency>
<groupId>no.entur.logging.cloud</groupId>
<artifactId>logbook</artifactId>
<version>5.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-starter</artifactId>
<version>3.12.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<scope>compile</scope>
<version>3.5.9</version>
</dependency>
</dependencies>
</project>