97 lines
3.3 KiB
Plaintext
97 lines
3.3 KiB
Plaintext
![]() |
<?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">
|
||
|
<!-- This module was also published with a richer model, Gradle metadata, -->
|
||
|
<!-- which should be used instead. Do not delete the following line which -->
|
||
|
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
||
|
<!-- that they should prefer consuming it instead. -->
|
||
|
<!-- do_not_remove: published-with-gradle-metadata -->
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<groupId>me.ahoo.cosid</groupId>
|
||
|
<artifactId>cosid-dependencies</artifactId>
|
||
|
<version>1.8.6</version>
|
||
|
<packaging>pom</packaging>
|
||
|
<name>CosId</name>
|
||
|
<description>Global distributed ID generator</description>
|
||
|
<url>https://github.com/Ahoo-Wang/CosId</url>
|
||
|
<organization>
|
||
|
<url>https://github.com/Ahoo-Wang/CosId</url>
|
||
|
</organization>
|
||
|
<licenses>
|
||
|
<license>
|
||
|
<name>The Apache Software License, Version 2.0</name>
|
||
|
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||
|
<distribution>repo</distribution>
|
||
|
</license>
|
||
|
</licenses>
|
||
|
<developers>
|
||
|
<developer>
|
||
|
<id>ahoo-wang</id>
|
||
|
<name>ahoo wang</name>
|
||
|
</developer>
|
||
|
</developers>
|
||
|
<scm>
|
||
|
<connection>https://github.com/Ahoo-Wang/CosId.git</connection>
|
||
|
<url>https://github.com/Ahoo-Wang/CosId</url>
|
||
|
</scm>
|
||
|
<issueManagement>
|
||
|
<system>GitHub</system>
|
||
|
<url>https://github.com/Ahoo-Wang/CosId/issues</url>
|
||
|
</issueManagement>
|
||
|
<dependencyManagement>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>org.projectlombok</groupId>
|
||
|
<artifactId>lombok</artifactId>
|
||
|
<version>1.18.20</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.mybatis</groupId>
|
||
|
<artifactId>mybatis</artifactId>
|
||
|
<version>3.5.7</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.mybatis.spring.boot</groupId>
|
||
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||
|
<version>2.1.4</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.google.guava</groupId>
|
||
|
<artifactId>guava</artifactId>
|
||
|
<version>30.0-jre</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.junit-pioneer</groupId>
|
||
|
<artifactId>junit-pioneer</artifactId>
|
||
|
<version>1.4.2</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>io.springfox</groupId>
|
||
|
<artifactId>springfox-boot-starter</artifactId>
|
||
|
<version>3.0.0</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.boot</groupId>
|
||
|
<artifactId>spring-boot-dependencies</artifactId>
|
||
|
<version>2.4.13</version>
|
||
|
<type>pom</type>
|
||
|
<scope>import</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.cloud</groupId>
|
||
|
<artifactId>spring-cloud-dependencies</artifactId>
|
||
|
<version>2020.0.5</version>
|
||
|
<type>pom</type>
|
||
|
<scope>import</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>me.ahoo.cosky</groupId>
|
||
|
<artifactId>cosky-bom</artifactId>
|
||
|
<version>1.3.10</version>
|
||
|
<type>pom</type>
|
||
|
<scope>import</scope>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</dependencyManagement>
|
||
|
</project>
|