update tomcat-embed-core-9.0.82.jar 改用本地jar包

This commit is contained in:
lijiarao
2024-06-14 11:00:51 +08:00
parent fbd0c2549b
commit 73a432bc11
3 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -87,7 +87,9 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>${tomcat.version}</version>
<version>9.0.82</version>
<scope>system</scope>
<systemPath>${pom.basedir}/lib/tomcat-embed-core-9.0.82.jar</systemPath>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
+4
View File
@@ -39,6 +39,10 @@
<artifactId>mybatis</artifactId>
<groupId>org.mybatis</groupId>
</exclusion>
<exclusion>
<artifactId>tomcat-embed-core</artifactId>
<groupId>org.apache.tomcat.embed</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- Activiti生成流程图 -->