fabric-samples/distributed-deploy/bcp-install-api/pom.xml
zeoio 958749e76c distributed-deploy: add distributed deploy tools for prod env
Signed-off-by: zeoio <kinsleer@outlook.com>
2020-04-29 10:01:39 +08:00

23 lines
No EOL
763 B
XML

<?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">
<parent>
<artifactId>bcp-install</artifactId>
<groupId>com.cgb</groupId>
<version>1.0.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bcp-install-api</artifactId>
<version>1.0.0-RELEASE</version>
<dependencies>
<dependency>
<groupId>com.cgb</groupId>
<artifactId>bcp-install-biz</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
</dependencies>
</project>