opcal-cloud-commons-logback-web
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>xyz.opcal.cloud</groupId>
<artifactId>opcal-cloud-commons-logback-web</artifactId>
<version>4.0.5.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>xyz.opcal.cloud</groupId>
<artifactId>opcal-cloud-commons-logback-web</artifactId>
<version>4.0.5.0</version>
<name>opcal-cloud-commons-logback-web</name>
<description>logback api for servlet web request</description>
<url>https://github.com/opcal-project/opcal-cloud-commons/opcal-cloud-commons-logback-web</url>
<licenses>
<license>
<name>Apache v2</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>manual</distribution>
</license>
</licenses>
<developers>
<developer>
<id>katalala</id>
<name>gissily</name>
<roles>
<role>Founder</role>
<role>Maintainer</role>
<role>Developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:opcal-project/opcal-cloud-commons.git/opcal-cloud-commons-logback-web</connection>
<developerConnection>scm:git:git@github.com:opcal-project/opcal-cloud-commons.git/opcal-cloud-commons-logback-web</developerConnection>
<url>scm:git:git@github.com:opcal-project/opcal-cloud-commons.git/opcal-cloud-commons-logback-web</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webmvc</artifactId>
<version>4.0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>4.0.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.21.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>xyz.opcal.cloud</groupId>
<artifactId>opcal-cloud-commons-logback-http</artifactId>
<version>4.0.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>4.0.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>4.0.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.44</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>