|
@@ -37,145 +37,6 @@
|
|
<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>
|
|
|
|
- <groupId>org.activiti</groupId>
|
|
|
|
- <artifactId>activiti-engine</artifactId>
|
|
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <artifactId>spring-beans</artifactId>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- </exclusion>
|
|
|
|
- <exclusion>
|
|
|
|
- <artifactId>mybatis</artifactId>
|
|
|
|
- <groupId>org.mybatis</groupId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
- </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>
|