|
@@ -5,7 +5,7 @@
|
|
<parent>
|
|
<parent>
|
|
<artifactId>liteflow</artifactId>
|
|
<artifactId>liteflow</artifactId>
|
|
<groupId>com.yomahub</groupId>
|
|
<groupId>com.yomahub</groupId>
|
|
- <version>2.7.3</version>
|
|
|
|
|
|
+ <version>2.8.0</version>
|
|
</parent>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
@@ -26,17 +26,14 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-test</artifactId>
|
|
<artifactId>spring-test</artifactId>
|
|
- <scope>test</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-beans</artifactId>
|
|
<artifactId>spring-beans</artifactId>
|
|
- <scope>test</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-context</artifactId>
|
|
<artifactId>spring-context</artifactId>
|
|
- <scope>test</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<groupId>junit</groupId>
|
|
@@ -46,17 +43,14 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.curator</groupId>
|
|
<groupId>org.apache.curator</groupId>
|
|
<artifactId>curator-test</artifactId>
|
|
<artifactId>curator-test</artifactId>
|
|
- <scope>test</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.101tec</groupId>
|
|
<groupId>com.101tec</groupId>
|
|
<artifactId>zkclient</artifactId>
|
|
<artifactId>zkclient</artifactId>
|
|
- <scope>test</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.aspectj</groupId>
|
|
<groupId>org.aspectj</groupId>
|
|
<artifactId>aspectjweaver</artifactId>
|
|
<artifactId>aspectjweaver</artifactId>
|
|
- <scope>test</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|