Skip to content

Commit

Permalink
ATS-26
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Nov 10, 2021
1 parent 87d8fd5 commit 6eba4af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -194,25 +194,25 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>8.5.41</version>
<version>9.0.54</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>3.10.2</version>
<version>3.12.8</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<version>3.6.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.9.RELEASE</version>
<version>4.3.20.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -224,13 +224,13 @@
<dependency>
<groupId>org.appng</groupId>
<artifactId>appng-api</artifactId>
<version>1.18.0</version>
<version>1.22.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>4.0</version>
<version>4.2</version>
</dependency>
</dependencies>
</project>
Expand Up @@ -39,7 +39,7 @@
import redis.clients.jedis.JedisPoolConfig;
import redis.clients.jedis.JedisSentinelPool;
import redis.clients.jedis.Protocol;
import redis.clients.util.Pool;
import redis.clients.jedis.util.Pool;

/**
* A {@link Manager} that uses Redis to store its {@link Session}s
Expand Down

0 comments on commit 6eba4af

Please sign in to comment.