<?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>
  <parent>
    <groupId>io.github.microsphere-projects</groupId>
    <artifactId>microsphere-logging-parent</artifactId>
    <version>0.1.18</version>
    <relativePath>../microsphere-logging-parent/pom.xml</relativePath>
  </parent>
  <groupId>io.github.microsphere-projects</groupId>
  <artifactId>microsphere-logging-dependencies</artifactId>
  <version>0.1.18</version>
  <packaging>pom</packaging>
  <name>Microsphere :: Logging :: Dependencies</name>
  <description>Microsphere Logging Dependencies</description>
  <url>https://github.com/microsphere-projects/microsphere-logging/microsphere-logging-parent/microsphere-logging-dependencies</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mercyblitz</id>
      <name>Mercy Ma</name>
      <email>mercyblitz@gmail.com</email>
      <organization>Microsphere</organization>
      <roles>
        <role>lead</role>
        <role>architect</role>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com/microsphere-projects/microsphere-logging.git/microsphere-logging-parent/microsphere-logging-dependencies/microsphere-logging-parent/microsphere-logging-dependencies</connection>
    <developerConnection>scm:git:ssh://git@github.com/microsphere-projects/microsphere-logging.git/microsphere-logging-parent/microsphere-logging-dependencies/microsphere-logging-parent/microsphere-logging-dependencies</developerConnection>
    <url>git@github.com/microsphere-projects/microsphere-logging.git/microsphere-logging-parent/microsphere-logging-dependencies</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.github.microsphere-projects</groupId>
        <artifactId>microsphere-logging-commons</artifactId>
        <version>0.1.18</version>
      </dependency>
      <dependency>
        <groupId>io.github.microsphere-projects</groupId>
        <artifactId>microsphere-java-logging</artifactId>
        <version>0.1.18</version>
      </dependency>
      <dependency>
        <groupId>io.github.microsphere-projects</groupId>
        <artifactId>microsphere-logback</artifactId>
        <version>0.1.18</version>
      </dependency>
      <dependency>
        <groupId>io.github.microsphere-projects</groupId>
        <artifactId>microsphere-log4j2</artifactId>
        <version>0.1.18</version>
      </dependency>
      <dependency>
        <groupId>io.github.microsphere-projects</groupId>
        <artifactId>microsphere-log4j</artifactId>
        <version>0.1.18</version>
      </dependency>
      <dependency>
        <groupId>io.github.microsphere-projects</groupId>
        <artifactId>microsphere-logging-test</artifactId>
        <version>0.1.18</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
