update tomcat-embed-core-9.0.82.jar 改用本地jar包
This commit is contained in:
@@ -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生成流程图 -->
|
||||
|
||||
Reference in New Issue
Block a user