diff options
| author | liuyongqiang <[email protected]> | 2020-11-10 13:51:18 +0800 |
|---|---|---|
| committer | liuyongqiang <[email protected]> | 2020-11-10 13:51:18 +0800 |
| commit | 45a53e650ccd07663a5ebc0971a6113b1fa9c736 (patch) | |
| tree | 9580753aa38edb31bc1b3885680693b1c419c005 /galaxy-business-api/pom.xml | |
| parent | 49a0244f98ffb4b25b67d9d1eb7a093450672a83 (diff) | |
构建多模块工程完成
Diffstat (limited to 'galaxy-business-api/pom.xml')
| -rw-r--r-- | galaxy-business-api/pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/galaxy-business-api/pom.xml b/galaxy-business-api/pom.xml new file mode 100644 index 0000000..ec9f07d --- /dev/null +++ b/galaxy-business-api/pom.xml @@ -0,0 +1,16 @@ +<?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>galaxy-data-platform</artifactId> + <groupId>com.mesalab</groupId> + <version>1.0-SNAPSHOT</version> + </parent> + + <modelVersion>4.0.0</modelVersion> + <artifactId>galaxy-business-api</artifactId> + <packaging>jar</packaging> + + +</project>
\ No newline at end of file |
