diff options
| author | doufenghu <[email protected]> | 2023-11-24 20:23:31 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-11-24 20:23:31 +0800 |
| commit | ee49aa68674e35c925ed2eaab82a5953703e0244 (patch) | |
| tree | 4ee5f270c6b96bbe3c400a363898c89fdd43c376 /groot-common/pom.xml | |
| parent | 3603443e4e841b96f59483d71055732b672216be (diff) | |
[fix][bootstrap] 修复一些命名问题
Diffstat (limited to 'groot-common/pom.xml')
| -rw-r--r-- | groot-common/pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/groot-common/pom.xml b/groot-common/pom.xml index 17eee3e..e322939 100644 --- a/groot-common/pom.xml +++ b/groot-common/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.geedgenetworks</groupId> - <artifactId>groot-stream-platform</artifactId> + <artifactId>groot-stream</artifactId> <version>${revision}</version> </parent> @@ -67,23 +67,6 @@ <artifactId>httpclient</artifactId> </dependency> - <dependency> - <groupId>org.apache.flink</groupId> - <artifactId>flink-shaded-hadoop-2</artifactId> - <exclusions> - <exclusion> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - </exclusions> - </dependency> - - - <!-- flink --> <dependency> |
