This is an automated email from the ASF dual-hosted git repository. leirui pushed a commit to branch research/M4-visualization in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 753a43d3969cac80b7c98522476819947bef3c21 Author: Lei Rui <[email protected]> AuthorDate: Thu Sep 28 00:00:12 2023 +0800 fix --- server/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/server/pom.xml b/server/pom.xml index 775937ae168..3ca3b695285 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -278,14 +278,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>9</source> - <target>9</target> - </configuration> - </plugin> </plugins> </build> <profiles>
