This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 0b496e8a Fix maven build warning (#122)
0b496e8a is described below
commit 0b496e8afcf983ce291d4a4b15eb46bea134bfda
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 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>