This is an automated email from the ASF dual-hosted git repository. mikexue pushed a commit to branch eventmesh-function in repository https://gitbox.apache.org/repos/asf/eventmesh.git
commit c76f4b12ea8c2afebc040d604cb8b26091c77cff Author: xwm1992 <[email protected]> AuthorDate: Wed May 29 17:36:40 2024 +0800 update gradle dependencies --- build.gradle | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 99bed0892..56daced53 100644 --- a/build.gradle +++ b/build.gradle @@ -751,6 +751,13 @@ subprojects { dependency "software.amazon.awssdk:s3:2.25.55" dependency "com.github.rholder:guava-retrying:2.0.0" + + dependency "org.mybatis.spring.boot:mybatis-spring-boot-starter:2.3.1" + dependency "com.alibaba:druid-spring-boot-starter:1.2.22" + dependency "org.springframework.boot:spring-boot-starter-jetty:2.7.10" + + dependency "com.baomidou:mybatis-plus:3.5.6" + dependency "com.mysql:mysql-connector-j:8.0.33" } } -} +} \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
