This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch fix_build_warning
in repository https://gitbox.apache.org/repos/asf/tsfile.git

commit 455e0eaa3a6031764a6f74d3a7a4d337714d8de0
Author: HTHou <[email protected]>
AuthorDate: Tue Jun 18 16:03:33 2024 +0800

    Fix maven build warning
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6b81c462..1a3c1b4e 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>

Reply via email to