|
@@ -5,7 +5,7 @@
|
|
|
<groupId>com.yomahub</groupId>
|
|
|
<artifactId>liteflow</artifactId>
|
|
|
<packaging>pom</packaging>
|
|
|
- <version>2.7.3</version>
|
|
|
+ <version>2.8.0</version>
|
|
|
<name>liteflow</name>
|
|
|
<description>a lightweight and practical micro-process framework</description>
|
|
|
<url>https://github.com/bryan31/liteflow</url>
|
|
@@ -200,6 +200,22 @@
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
<version>${springboot.version}</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ <optional>true</optional>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-autoconfigure</artifactId>
|
|
|
+ <version>${springboot.version}</version>
|
|
|
+ <scope>provided</scope>
|
|
|
+ <optional>true</optional>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
+ <version>${springboot.version}</version>
|
|
|
+ <scope>provided</scope>
|
|
|
+ <optional>true</optional>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|