fix:执行引擎

1.把redisson的依赖进行排除
hz_1122
李杰应 2024-12-09 15:45:01 +08:00
parent 29bd9179d8
commit 6b3e0333be
1 changed files with 12 additions and 18 deletions

View File

@ -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>