<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>
|
<parent>
|
<groupId>com.changhong</groupId>
|
<artifactId>epc-backend</artifactId>
|
<version>0.0.1-SNAPSHOT</version>
|
</parent>
|
<artifactId>epc-bean</artifactId>
|
<dependencies>
|
<dependency>
|
<groupId>com.changhong</groupId>
|
<artifactId>epc-constter</artifactId>
|
<version>0.0.1-SNAPSHOT</version>
|
</dependency>
|
<dependency>
|
<groupId>com.changhong.autho</groupId>
|
<artifactId>autho-api</artifactId>
|
<version>1.1.3</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.changhong.autho</groupId>
|
<artifactId>autho-base</artifactId>
|
<version>1.1.3</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.changhong.autho</groupId>
|
<artifactId>autho-client</artifactId>
|
<version>1.1.3</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.github.pagehelper</groupId>
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
<version>1.2.10</version>
|
</dependency>
|
<dependency>
|
<groupId>io.swagger</groupId>
|
<artifactId>swagger-annotations</artifactId>
|
<version>2.0.0-rc2</version>
|
</dependency>
|
<!--<dependency>-->
|
<!--<groupId>jexcelapi</groupId>-->
|
<!--<artifactId>jxl</artifactId>-->
|
<!--<version>2.6.9</version>-->
|
<!--</dependency>-->
|
</dependencies>
|
</project>
|