From 3aa98b86f7db4fb7ad30006194ffa487c33501a8 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Tue, 18 Feb 2025 20:05:29 +0700 Subject: [PATCH 1/2] Build bnd --- mybatis-spring-boot-starter/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/mybatis-spring-boot-starter/pom.xml b/mybatis-spring-boot-starter/pom.xml index 544bd42d..5802b83f 100644 --- a/mybatis-spring-boot-starter/pom.xml +++ b/mybatis-spring-boot-starter/pom.xml @@ -52,4 +52,20 @@ mybatis-spring + + + + + biz.aQute.bnd + bnd-maven-plugin + + + + + + From 857f30c6986d39a13f333e00d300ced3b6b316fa Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Tue, 18 Feb 2025 20:14:12 +0700 Subject: [PATCH 2/2] Update version --- mybatis-spring-boot-starter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybatis-spring-boot-starter/pom.xml b/mybatis-spring-boot-starter/pom.xml index 5802b83f..da29175b 100644 --- a/mybatis-spring-boot-starter/pom.xml +++ b/mybatis-spring-boot-starter/pom.xml @@ -62,7 +62,7 @@