summaryrefslogtreecommitdiff
path: root/groot-tests
diff options
context:
space:
mode:
authorwangkuan <[email protected]>2023-10-12 15:21:54 +0800
committerwangkuan <[email protected]>2023-10-12 15:21:54 +0800
commit3bc31e68f8cdcfc92ceef736d1872ef1bc9830b7 (patch)
tree08cedfbf99bbc8d0dfbd43812aeebde0c6bb633d /groot-tests
parent5b5b5eafafb5281be74d9e90761dd4c7eb84d076 (diff)
groot平台重构,分为多个module,打包方式修改为个子项目独立打包,去掉函数注册main_class
Diffstat (limited to 'groot-tests')
-rw-r--r--groot-tests/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/groot-tests/pom.xml b/groot-tests/pom.xml
new file mode 100644
index 0000000..783e518
--- /dev/null
+++ b/groot-tests/pom.xml
@@ -0,0 +1,15 @@
+<?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>groot-stream-platform</artifactId>
+ <groupId>com.geedgenetworks</groupId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+
+ <artifactId>groot-tests</artifactId>
+
+
+</project> \ No newline at end of file