This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new deed3f8 [SCB-2428] add jakarta dependency in foundation-config (#2745)
deed3f8 is described below
commit deed3f8d81b9fa8b024bd21e8a11437366bcc888
Author: ZhangJian He <[email protected]>
AuthorDate: Thu Mar 24 14:30:20 2022 +0800
[SCB-2428] add jakarta dependency in foundation-config (#2745)
---
foundations/foundation-config/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/foundations/foundation-config/pom.xml
b/foundations/foundation-config/pom.xml
index ed6a112..f2ba79f 100644
--- a/foundations/foundation-config/pom.xml
+++ b/foundations/foundation-config/pom.xml
@@ -52,6 +52,10 @@
<artifactId>snakeyaml</artifactId>
</dependency>
<dependency>
+ <groupId>jakarta.annotation</groupId>
+ <artifactId>jakarta.annotation-api</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>