代码拉取完成,页面将自动刷新
同步操作将从 TengChongChong/Easy Frame 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。