<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>top.xcore</groupId>
  <artifactId>springboot.adapter</artifactId>
  <version>0.0.1</version>
  <name>xdata-core</name>
  <description>An adapter to integrate xdata with SpringBoot</description>
  <url>https://www.xcore.top</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>xcore</id>
      <name>xcore</name>
      <email>j383575602@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:htts://github.com/j383575602/xdata-spring-adapter.git</connection>
    <developerConnection>scm:git:htts://github.com/j383575602/xdata-spring-adapter.git</developerConnection>
    <url>htts://github.com/j383575602/xdata-spring-adapter</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.5.4</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
