update tomcat-embed-core-9.0.82.jar 改用本地jar包
This commit is contained in:
Binary file not shown.
@@ -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>
|
||||
|
||||
@@ -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