summaryrefslogtreecommitdiff
path: root/base-platform/pom.xml
diff options
context:
space:
mode:
authorwanglihui <[email protected]>2021-12-27 18:01:21 +0800
committerwanglihui <[email protected]>2021-12-27 18:01:21 +0800
commit15f9cb1e2f78d5ea9803eac8b5d9b8c40e8d5a26 (patch)
tree6be8ccf4b827cc2f57c25dcd22597ea4581c7743 /base-platform/pom.xml
first commit
Diffstat (limited to 'base-platform/pom.xml')
-rw-r--r--base-platform/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/base-platform/pom.xml b/base-platform/pom.xml
new file mode 100644
index 0000000..7cd098d
--- /dev/null
+++ b/base-platform/pom.xml
@@ -0,0 +1,14 @@
+<?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>flink-stream-schedule-platform</artifactId>
+ <groupId>com.zdjizhi</groupId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+
+ <artifactId>base-platform</artifactId>
+
+</project> \ No newline at end of file