diff options
| author | doufenghu <[email protected]> | 2024-07-13 17:21:53 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-07-13 17:21:53 +0800 |
| commit | e2196956bdc8a9737a5bbacf8a20823020936b55 (patch) | |
| tree | 115fec75a114e47f76c84999382a3be44ea49c90 /groot-common/pom.xml | |
| parent | 321907759e968741690d691f43d1527a2b32fc4b (diff) | |
[Improve][Test] IT (integration test) has become optional, and it is no longer executed by default during the mvn compile and deploy process. In the job template for processor and filter, describe the implementation type based on identifiers.
Diffstat (limited to 'groot-common/pom.xml')
| -rw-r--r-- | groot-common/pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/groot-common/pom.xml b/groot-common/pom.xml index 8e1f1c8..10e9ed4 100644 --- a/groot-common/pom.xml +++ b/groot-common/pom.xml @@ -9,7 +9,7 @@ </parent> <artifactId>groot-common</artifactId> - <name>Groot : Common </name> + <name>Groot : Common</name> <properties> @@ -67,8 +67,6 @@ <artifactId>guava-retrying</artifactId> </dependency> - - <dependency> <groupId>com.hazelcast</groupId> <artifactId>hazelcast</artifactId> @@ -78,7 +76,6 @@ <artifactId>disruptor</artifactId> </dependency> - <!-- flink --> <dependency> <groupId>org.apache.flink</groupId> |
