Remove spring-statemachine-redis

- For now classes just moved under
  spring-statemachine-data-redis
- Fixes #514
This commit is contained in:
jvalkeal
2018-02-23 12:23:32 +02:00
parent 140ccbf2f0
commit 65c9bfac89
8 changed files with 10 additions and 30 deletions

View File

@@ -36,10 +36,10 @@ import org.springframework.statemachine.config.EnumStateMachineConfigurerAdapter
import org.springframework.statemachine.config.StateMachineFactory;
import org.springframework.statemachine.config.builders.StateMachineStateConfigurer;
import org.springframework.statemachine.config.builders.StateMachineTransitionConfigurer;
import org.springframework.statemachine.data.redis.RedisStateMachineContextRepository;
import org.springframework.statemachine.data.redis.RedisStateMachinePersister;
import org.springframework.statemachine.persist.RepositoryStateMachinePersist;
import org.springframework.statemachine.persist.StateMachinePersister;
import org.springframework.statemachine.redis.RedisStateMachineContextRepository;
import org.springframework.statemachine.redis.RedisStateMachinePersister;
public class RedisPersistTests extends AbstractBuildTests {