|
|
|
@ -111,10 +111,6 @@
|
|
|
|
|
<groupId>com.microsoft.sqlserver</groupId>
|
|
|
|
|
<artifactId>mssql-jdbc</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.microsoft.sqlserver</groupId>
|
|
|
|
|
<artifactId>mssql-jdbc</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dromara</groupId>
|
|
|
|
|
<artifactId>hwmom-common-mom</artifactId>
|
|
|
|
@ -135,6 +131,36 @@
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.statemachine</groupId>
|
|
|
|
|
<artifactId>spring-statemachine-core</artifactId>
|
|
|
|
|
<version>3.2.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.statemachine</groupId>
|
|
|
|
|
<artifactId>spring-statemachine-starter</artifactId>
|
|
|
|
|
<version>3.2.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.statemachine</groupId>
|
|
|
|
|
<artifactId>spring-statemachine-autoconfigure</artifactId>
|
|
|
|
|
<version>3.2.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.persistence</groupId>
|
|
|
|
|
<artifactId>javax.persistence-api</artifactId>
|
|
|
|
|
<version>2.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.statemachine</groupId>
|
|
|
|
|
<artifactId>spring-statemachine-data-jpa</artifactId>
|
|
|
|
|
<version>3.2.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|