diff options
| author | wangkuan <[email protected]> | 2024-08-29 18:24:42 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-08-29 18:24:42 +0800 |
| commit | 0ea9b9d9db5f92e7afd7b86ddad1f8d69d5c0945 (patch) | |
| tree | ca735cab001f5f3a597d87122cda0c998f3b9426 /groot-tests | |
| parent | 8d90c04d22a5df3ac5a6d4d12fc1b9fee03f38e8 (diff) | |
[feature][bootstrap][core]增加预聚合功能,相关函数支持merge
Diffstat (limited to 'groot-tests')
| -rw-r--r-- | groot-tests/test-e2e-kafka/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/groot-tests/test-e2e-kafka/pom.xml b/groot-tests/test-e2e-kafka/pom.xml index ab1ba72..4592f79 100644 --- a/groot-tests/test-e2e-kafka/pom.xml +++ b/groot-tests/test-e2e-kafka/pom.xml @@ -47,6 +47,18 @@ </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>9</source> + <target>9</target> + </configuration> + </plugin> + </plugins> + </build> </project>
\ No newline at end of file |
