tomcat-slf4j-logback-config
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.tomcat-slf4j-logback</groupId>
<artifactId>tomcat-slf4j-logback-config</artifactId>
<version>1.7.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Tomcat-Slf4j-Logback (https://github.com/tomcat-slf4j-logback/tomcat-slf4j-logback-config/)
Copyright (c) 2010-2025 Tomcat-Slf4j-Logback.
All rights reserved. This program and the accompanying materials are made available under the
terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available
at https://www.eclipse.org/legal/epl-v10.html.
Contributors: Tomcat-Slf4j-Logback Team.
-->
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.tomcat-slf4j-logback</groupId>
<artifactId>tomcat-slf4j-logback-parent</artifactId>
<version>1.8.0</version>
<relativePath />
</parent>
<groupId>com.github.tomcat-slf4j-logback</groupId>
<artifactId>tomcat-slf4j-logback-config</artifactId>
<version>1.7.0</version>
<name>tomcat-slf4j-logback-config</name>
<description>Tomcat Slf4j Logback Integration Configuration</description>
<url>https://github.com/tomcat-slf4j-logback/tomcat-slf4j-logback-config</url>
<developers>
<developer>
<id>grgrzybek</id>
<name>Grzegorz Grzybek</name>
<email>grgrzybek@hotmail.com</email>
<url>https://www.linkedin.com/in/grgrzybek</url>
<organization>grgrzybek</organization>
<organizationUrl>https://github.com/grgrzybek/</organizationUrl>
<roles>
<role>Architect</role>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
<properties>
<picUrl>https://media.licdn.com/mpr/mpr/shrinknp_200_200/p/2/005/043/3fe/29c33c6.jpg</picUrl>
</properties>
</developer>
<developer>
<name>Jeremy Landis</name>
<email>jeremylandis@hotmail.com</email>
<url>https://www.linkedin.com/pub/jeremy-landis/19/b27/548/</url>
<organization>hazendaz</organization>
<organizationUrl>https://github.com/hazendaz</organizationUrl>
<roles>
<role>Architect</role>
<role>Developer</role>
</roles>
<timezone>-5</timezone>
<properties>
<picUrl>https://media.licdn.com/mpr/mpr/shrinknp_200_200/p/1/000/128/174/30cff69.jpg</picUrl>
</properties>
</developer>
</developers>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/tomcat-slf4j-logback/tomcat-slf4j-logback-config/issues</url>
</issueManagement>
<ciManagement>
<system>GitHub</system>
<url>https://github.com/tomcat-slf4j-logback/tomcat-slf4j-logback-config/actions</url>
</ciManagement>
<distributionManagement>
<site>
<id>gh-pages-scm</id>
<name>Tomcat Slf4j Logback Config GitHub Pages</name>
<url>scm:git:ssh://git@github.com/tomcat-slf4j-logback/tomcat-slf4j-logback-config.git</url>
</site>
</distributionManagement>
<licenses>
<license>
<name>Eclipse Public License</name>
<url>https://raw.githubusercontent.com/tomcat-slf4j-logback/tomcat-slf4j-logback-parent/refs/heads/master/LICENSE</url>
<distribution>repo</distribution>
</license>
<license>
<name>Tomcat License</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>manual</distribution>
<comments>A business-friendly OSS license</comments>
</license>
<license>
<name>Logback License</name>
<url>https://logback.qos.ch/license.html</url>
<distribution>manual</distribution>
<comments>Dual-licensed under the EPL v1.0 and the LGPL 2.1</comments>
</license>
<license>
<name>Slf4j License</name>
<url>http://slf4j.org/license.html</url>
<distribution>manual</distribution>
<comments>MIT license</comments>
</license>
</licenses>
<scm>
<connection>scm:git:ssh://git@github.com/tomcat-slf4j-logback/tomcat-slf4j-logback-config.git</connection>
<developerConnection>scm:git:ssh://git@github.com/tomcat-slf4j-logback/tomcat-slf4j-logback-config.git</developerConnection>
<url>https://github.com/tomcat-slf4j-logback/tomcat-slf4j-logback-config</url>
<tag>tomcat-slf4j-logback-config-1.7.0</tag>
</scm>
<properties>
<!-- Automatic Module Name -->
<module.name>com.github.tomcat11.slf4j.logback.config</module.name>
<!-- Make sure components used by final downstreams are simply marked n/a inside manifest. -->
<jackson.version>n/a</jackson.version>
<logstash.version>n/a</logstash.version>
<tomcat.version>n/a</tomcat.version>
<slf4j.version>n/a</slf4j.version>
<logback.version>n/a</logback.version>
</properties>
<build>
<!-- Ensure we use default naming here as the override tomcat-juli named usage from parent. -->
<finalName>${project.name}-${project.version}</finalName>
</build>
</project>