当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 42

 Amonologue/easy-frame
关闭

forked from TengChongChong/Easy Frame 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 4.15 KB
一键复制 编辑 原始数据 按行查看 历史
TengChongChong 提交于 2019-10-19 13:20 . hutool升级为5.0.0
<?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.frame</groupId>
<artifactId>easy-parent</artifactId>
<version>1.0.0</version>
<name>easy-frame</name>
<packaging>pom</packaging>
<modules>
<module>easy-app</module>
<module>easy-core</module>
<module>easy-generator</module>
<module>easy-system</module>
<module>easy-sample</module>
<module>easy-business</module>
<module>easy-scheduler</module>
<!-- <module>easy-activiti</module>-->
</modules>
<!-- Spring Boot -->
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.1.RELEASE</version>
<relativePath/>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<easy.version>1.0.0</easy.version>
<spring.boot.version>2.1.1.RELEASE</spring.boot.version>
<springloaded.version>1.2.8.RELEASE</springloaded.version>
<druid.version>1.1.10</druid.version>
<mybatisplus-spring-boot-starter.version>1.0.5</mybatisplus-spring-boot-starter.version>
<mybatis-plus.version>3.1.0</mybatis-plus.version>
<dynamic.version>2.5.4</dynamic.version>
<mysql-connector-java.version>8.0.11</mysql-connector-java.version>
<shiro.version>1.4.0</shiro.version>
<beetl.version>3.0.11.RELEASE</beetl.version>
<fastjson.version>1.2.54</fastjson.version>
<jackson.databind.version>2.9.6</jackson.databind.version>
<swagger2.version>2.9.2</swagger2.version>
<velocity.version>1.7</velocity.version>
<javax.mail.version>1.4.7</javax.mail.version>
<hutool.version>5.0.0</hutool.version>
<poi.version>3.17</poi.version>
<xerces.version>2.11.0</xerces.version>
<maven.compiler.plugin.version>3.7.0</maven.compiler.plugin.version>
<docker.image.prefix>springboot</docker.image.prefix>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.frame</groupId>
<artifactId>easy-core</artifactId>
<version>${easy.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.frame</groupId>
<artifactId>easy-system</artifactId>
<version>${easy.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.frame</groupId>
<artifactId>easy-app</artifactId>
<version>${easy.version}</version>
</dependency>
<dependency>
<groupId>com.frame</groupId>
<artifactId>easy-generator</artifactId>
<version>${easy.version}</version>
</dependency>
<dependency>
<groupId>com.frame</groupId>
<artifactId>easy-sample</artifactId>
<version>${easy.version}</version>
</dependency>
<dependency>
<groupId>com.frame</groupId>
<artifactId>easy-business</artifactId>
<version>${easy.version}</version>
</dependency>
<dependency>
<groupId>com.frame</groupId>
<artifactId>easy-scheduler</artifactId>
<version>${easy.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.frame</groupId>-->
<!-- <artifactId>easy-activiti</artifactId>-->
<!-- <version>${easy.version}</version>-->
<!-- </dependency>-->
</dependencies>
</dependencyManagement>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wanghaidongh/easy-frame.git
git@gitee.com:wanghaidongh/easy-frame.git
wanghaidongh
easy-frame
easy-frame
master

搜索帮助