diff options
| author | wangkuan <[email protected]> | 2023-10-12 15:21:54 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2023-10-12 15:21:54 +0800 |
| commit | 3bc31e68f8cdcfc92ceef736d1872ef1bc9830b7 (patch) | |
| tree | 08cedfbf99bbc8d0dfbd43812aeebde0c6bb633d /groot-tests | |
| parent | 5b5b5eafafb5281be74d9e90761dd4c7eb84d076 (diff) | |
groot平台重构,分为多个module,打包方式修改为个子项目独立打包,去掉函数注册main_class
Diffstat (limited to 'groot-tests')
| -rw-r--r-- | groot-tests/pom.xml | 15 |
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 |
