This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch iotdb in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit 9af883f4f865808a4ff512ec85e831da471a375e Author: Haonan <[email protected]> AuthorDate: Tue Jun 18 18:17:42 2024 +0800 Fix maven build warning (#122) --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 70d659b3..c86c2f55 100644 --- a/pom.xml +++ b/pom.xml @@ -191,6 +191,11 @@ <artifactId>build-helper-maven-plugin</artifactId> <version>3.5.0</version> </plugin> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <version>5.1.9</version> + </plugin> <plugin> <groupId>com.googlecode.cmake-maven-project</groupId> <artifactId>cmake-maven-plugin</artifactId>
