更新 template/common/pom.xml

This commit is contained in:
oyo
2025-09-29 15:17:01 +08:00
parent 219199ed69
commit 08d2e3f5df

View File

@@ -63,6 +63,11 @@
<artifactId>rocketmq-client</artifactId>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>