|
@@ -23,20 +23,25 @@
|
|
<artifactId>junit</artifactId>
|
|
<artifactId>junit</artifactId>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.qmth.cqb</groupId>
|
|
|
|
+ <artifactId>cqb-base</artifactId>
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.activiti</groupId>
|
|
<groupId>org.activiti</groupId>
|
|
<artifactId>spring-boot-starter-basic</artifactId>
|
|
<artifactId>spring-boot-starter-basic</artifactId>
|
|
<version>${activiti.version}</version>
|
|
<version>${activiti.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>com.h2database</groupId>
|
|
|
|
- <artifactId>h2</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.activiti</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-jpa</artifactId>
|
|
|
|
+ <version>${activiti.version}</version>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
- </dependency>
|
|
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>commons-httpclient</groupId>
|
|
<groupId>commons-httpclient</groupId>
|
|
<artifactId>commons-httpclient</artifactId>
|
|
<artifactId>commons-httpclient</artifactId>
|