|
|
@@ -12,6 +12,7 @@ |
|
|
|
<groupId>cc.smtweb</groupId> |
|
|
|
<artifactId>mztb</artifactId> |
|
|
|
<version>1.0-SNAPSHOT</version> |
|
|
|
<packaging>war</packaging> |
|
|
|
|
|
|
|
|
|
|
|
<parent> |
|
|
@@ -50,8 +51,8 @@ |
|
|
|
<!-- </dependency>--> |
|
|
|
<dependency> |
|
|
|
<groupId>cc.smtweb</groupId> |
|
|
|
<artifactId>smt-framework-bpm-vue</artifactId> |
|
|
|
<!-- <artifactId>smt-framework-bpm-run</artifactId>--> |
|
|
|
<!-- <artifactId>smt-framework-bpm-vue</artifactId>--> |
|
|
|
<artifactId>smt-framework-bpm-run</artifactId> |
|
|
|
<version>1.4.0-SNAPSHOT</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
@@ -70,6 +71,18 @@ |
|
|
|
<artifactId>javase</artifactId> |
|
|
|
<version>3.3.3</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.sun</groupId> |
|
|
|
<artifactId>rt</artifactId> |
|
|
|
<scope>system</scope> |
|
|
|
<version>1.0</version> |
|
|
|
<systemPath>${env.JAVA_HOME}\jre\lib\rt.jar</systemPath> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
@@ -86,6 +99,27 @@ |
|
|
|
</snapshots> |
|
|
|
</pluginRepository> |
|
|
|
</pluginRepositories> |
|
|
|
<build> |
|
|
|
<finalName>mztb</finalName> |
|
|
|
<plugins> |
|
|
|
<plugin> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
<configuration> |
|
|
|
<includeSystemScope>true</includeSystemScope> |
|
|
|
</configuration> |
|
|
|
<version>2.6.2</version> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
<version>2.16</version> |
|
|
|
<configuration> |
|
|
|
<skipTests>true</skipTests> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
|
|
|
|
|
|
|
|
</project> |