<?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-spring-boot-parent</artifactId>
    <version>0.1.1</version>
    <relativePath>../microsphere-spring-boot-parent/pom.xml</relativePath>
  </parent>
  <groupId>io.github.microsphere-projects</groupId>
  <artifactId>microsphere-spring-boot-dependencies</artifactId>
  <version>0.1.1</version>
  <packaging>pom</packaging>
  <name>Microsphere :: Spring Boot :: Dependencies</name>
  <description>Microsphere Spring Boot Dependencies</description>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.github.microsphere-projects</groupId>
        <artifactId>microsphere-spring-boot-core</artifactId>
        <version>0.1.1</version>
      </dependency>
      <dependency>
        <groupId>io.github.microsphere-projects</groupId>
        <artifactId>microsphere-spring-boot-actuator</artifactId>
        <version>0.1.1</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
