|
@@ -21,6 +21,12 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.qmth.distributed.print.business</groupId>
|
|
<groupId>com.qmth.distributed.print.business</groupId>
|
|
<artifactId>distributed-print-business</artifactId>
|
|
<artifactId>distributed-print-business</artifactId>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-beans</artifactId>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.qmth.teachcloud.common.api</groupId>
|
|
<groupId>com.qmth.teachcloud.common.api</groupId>
|
|
@@ -31,21 +37,145 @@
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<version>${spring-boot.version}</version>
|
|
<version>${spring-boot.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.activiti</groupId>
|
|
<groupId>org.activiti</groupId>
|
|
-<!-- <artifactId>activiti-spring-boot-starter-basic</artifactId>-->
|
|
|
|
- <artifactId>activiti-spring-boot-starter</artifactId>
|
|
|
|
|
|
+ <artifactId>activiti-engine</artifactId>
|
|
<exclusions>
|
|
<exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-beans</artifactId>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ </exclusion>
|
|
<exclusion>
|
|
<exclusion>
|
|
<artifactId>mybatis</artifactId>
|
|
<artifactId>mybatis</artifactId>
|
|
<groupId>org.mybatis</groupId>
|
|
<groupId>org.mybatis</groupId>
|
|
</exclusion>
|
|
</exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>org.activiti</groupId>-->
|
|
|
|
-<!-- <artifactId>activiti-spring</artifactId>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.activiti</groupId>
|
|
|
|
+ <artifactId>activiti-spring</artifactId>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.codehaus.jackson</groupId>
|
|
|
|
+ <artifactId>jackson-core-asl</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>slf4j-log4j12</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-context</artifactId>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-jdbc</artifactId>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-tx</artifactId>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-orm</artifactId>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-beans</artifactId>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>mybatis</artifactId>
|
|
|
|
+ <groupId>org.mybatis</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>activation</artifactId>
|
|
|
|
+ <groupId>javax.activation</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.activiti</groupId>
|
|
|
|
+ <artifactId>activiti-spring-boot-starter-basic</artifactId>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-beans</artifactId>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-boot-starter</artifactId>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-boot-starter-jdbc</artifactId>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <!-- Activiti 流程图 -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.activiti</groupId>
|
|
|
|
+ <artifactId>activiti-common-rest</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!-- Activiti 在线设计 -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.activiti</groupId>
|
|
|
|
+ <artifactId>activiti-modeler</artifactId>
|
|
|
|
+ <version>5.22.0</version>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-beans</artifactId>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-context</artifactId>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-core</artifactId>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-tx</artifactId>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-web</artifactId>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-security-config</artifactId>
|
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-security-core</artifactId>
|
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-security-crypto</artifactId>
|
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-security-web</artifactId>
|
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spring-webmvc</artifactId>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>activation</artifactId>
|
|
|
|
+ <groupId>javax.activation</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>commons-io</artifactId>
|
|
|
|
+ <groupId>commons-io</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|