commit | author | age
|
a18bfa
|
1 |
<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"> |
Z |
2 |
<modelVersion>4.0.0</modelVersion> |
|
3 |
<parent> |
|
4 |
<groupId>com.changhong</groupId> |
|
5 |
<artifactId>epc-backend</artifactId> |
|
6 |
<version>0.0.1-SNAPSHOT</version> |
|
7 |
</parent> |
|
8 |
<artifactId>epc-client-demo</artifactId> |
|
9 |
|
|
10 |
<dependencies> |
|
11 |
|
|
12 |
<dependency> |
|
13 |
<groupId>com.changhong</groupId> |
|
14 |
<artifactId>epc-config</artifactId> |
|
15 |
<version>0.0.1-SNAPSHOT</version> |
|
16 |
</dependency> |
|
17 |
<dependency> |
|
18 |
<groupId>com.changhong</groupId> |
|
19 |
<artifactId>epc-bean</artifactId> |
|
20 |
<version>0.0.1-SNAPSHOT</version> |
|
21 |
</dependency> |
|
22 |
|
|
23 |
<dependency> |
|
24 |
<groupId>org.springframework.boot</groupId> |
|
25 |
<artifactId>spring-boot-starter-mail</artifactId> |
|
26 |
</dependency> |
|
27 |
</dependencies> |
|
28 |
<build> |
|
29 |
<plugins> |
|
30 |
<plugin> |
|
31 |
<groupId>org.springframework.boot</groupId> |
|
32 |
<artifactId>spring-boot-maven-plugin</artifactId> |
|
33 |
</plugin> |
|
34 |
</plugins> |
|
35 |
</build> |
|
36 |
</project> |