summaryrefslogtreecommitdiff
path: root/groot-tests
diff options
context:
space:
mode:
authorwangkuan <[email protected]>2024-08-29 18:24:42 +0800
committerwangkuan <[email protected]>2024-08-29 18:24:42 +0800
commit0ea9b9d9db5f92e7afd7b86ddad1f8d69d5c0945 (patch)
treeca735cab001f5f3a597d87122cda0c998f3b9426 /groot-tests
parent8d90c04d22a5df3ac5a6d4d12fc1b9fee03f38e8 (diff)
[feature][bootstrap][core]增加预聚合功能,相关函数支持merge
Diffstat (limited to 'groot-tests')
-rw-r--r--groot-tests/test-e2e-kafka/pom.xml12
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