1 Star 1 Fork 8.6K

liinux / AG-Admin

forked from 江离 / Cloud-Platform 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.80 KB
一键复制 编辑 原始数据 按行查看 历史
酱料狂人 提交于 2017-10-10 07:18 . [Feature] 2.1版本
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.wxiaoqi</groupId>
<artifactId>ace-security</artifactId>
<version>1.0-SNAPSHOT</version>
<url>https://github.com/wxiaoqi/ace-security</url>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.4.RELEASE</version>
</parent>
<properties>
<docker.image.prefix>ag</docker.image.prefix>
<docker.plugin.version>0.4.13</docker.plugin.version>
<mapper.version>3.4.0</mapper.version>
</properties>
<modules>
<module>ace-admin</module>
<module>ace-center</module>
<module>ace-api</module>
<module>ace-monitor</module>
<module>ace-gate</module>
<module>ace-common</module>
<module>ace-config</module>
<module>ace-generator</module>
<module>ace-auth</module>
</modules>
<packaging>pom</packaging>
<developers>
<developer>
<name>ace</name>
<email>463540703@qq.com</email>
</developer>
</developers>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.14</version>
<scope>provided</scope>
</dependency>
</dependencies>
<!--依赖管理,用于管理spring-cloud的依赖,其中Camden.SR3是版本号-->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Dalston.SR1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.33</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.0.11</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
Java
1
https://gitee.com/tigerxue/ace-security.git
git@gitee.com:tigerxue/ace-security.git
tigerxue
ace-security
AG-Admin
master

搜索帮助