parent
29bd9179d8
commit
6b3e0333be
|
@ -111,12 +111,20 @@
|
|||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-redis</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.redisson</groupId>
|
||||
<artifactId>redisson-spring-boot-starter</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.redisson</groupId>
|
||||
<artifactId>redisson-spring-data</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.redisson</groupId>
|
||||
<artifactId>redisson</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.northking.cctp</groupId>
|
||||
<artifactId>cctp-test-element-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.northking.cctp.atu</groupId>
|
||||
<artifactId>atu-engine-dto</artifactId>
|
||||
|
@ -134,10 +142,6 @@
|
|||
<artifactId>java-client</artifactId>
|
||||
<version>7.6.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.northking.cctp.atu</groupId>
|
||||
<artifactId>atu-engine-dto</artifactId>
|
||||
</dependency>
|
||||
<!-- groovy -->
|
||||
<dependency>
|
||||
<groupId>org.codehaus.groovy</groupId>
|
||||
|
@ -176,16 +180,6 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.northking.cctp</groupId>
|
||||
<artifactId>atu-pc-driver</artifactId>
|
||||
<version>1.0.0-RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.northking.cctp</groupId>
|
||||
<artifactId>atu-mobile-driver</artifactId>
|
||||
<version>1.0.0-RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
|
|
Loading…
Reference in New Issue