parent
16fffca534
commit
fd479516e1
42
pom.xml
42
pom.xml
|
@ -23,7 +23,7 @@
|
|||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<java.version>1.7</java.version>
|
||||
|
||||
<jedis.version>3.0.1</jedis.version>
|
||||
<jedis.version>2.9.3</jedis.version>
|
||||
<commons-pool2.version>2.6.2</commons-pool2.version>
|
||||
<slf4j-api.version>1.7.26</slf4j-api.version>
|
||||
|
||||
|
@ -32,9 +32,11 @@
|
|||
<target-java.version>${source-java.version}</target-java.version>
|
||||
|
||||
<!-- For local development properties begins.. -->
|
||||
<!--<tomcat-catalina.version>apache-tomcat-8.5.32</tomcat-catalina.version>-->
|
||||
<!--<tomcat-servlet-api.version>apache-tomcat-8.5.32</tomcat-servlet-api.version>-->
|
||||
<!--<tomcat-api.version>apache-tomcat-8.5.32</tomcat-api.version>-->
|
||||
<!--
|
||||
<tomcat-catalina.version>8.0.53</tomcat-catalina.version>
|
||||
<tomcat-servlet-api.version>8.0.53</tomcat-servlet-api.version>
|
||||
<tomcat-api.version>8.0.53</tomcat-api.version>
|
||||
-->
|
||||
<!-- For local development properties end.. -->
|
||||
</properties>
|
||||
|
||||
|
@ -56,21 +58,23 @@
|
|||
</dependency>
|
||||
|
||||
<!-- For local development dependency begins.. -->
|
||||
<!--<dependency>-->
|
||||
<!--<groupId>apache-tomcat</groupId>-->
|
||||
<!--<artifactId>catalina</artifactId>-->
|
||||
<!--<version>${tomcat-catalina.version}</version>-->
|
||||
<!--</dependency>-->
|
||||
<!--<dependency>-->
|
||||
<!--<groupId>apache-tomcat</groupId>-->
|
||||
<!--<artifactId>servlet-api</artifactId>-->
|
||||
<!--<version>${tomcat-servlet-api.version}</version>-->
|
||||
<!--</dependency>-->
|
||||
<!--<dependency>-->
|
||||
<!--<groupId>apache-tomcat</groupId>-->
|
||||
<!--<artifactId>tomcat-api</artifactId>-->
|
||||
<!--<version>${tomcat-api.version}</version>-->
|
||||
<!--</dependency>-->
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>tomcat-catalina</artifactId>
|
||||
<version>${tomcat-catalina.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>tomcat-servlet-api</artifactId>
|
||||
<version>${tomcat-servlet-api.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>tomcat-api</artifactId>
|
||||
<version>${tomcat-api.version}</version>
|
||||
</dependency>
|
||||
-->
|
||||
<!-- For local development dependency end.. -->
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
import redis.clients.jedis.Jedis;
|
||||
import redis.clients.jedis.exceptions.JedisConnectionException;
|
||||
import redis.clients.jedis.util.Pool;
|
||||
import redis.clients.util.Pool;
|
||||
import tomcat.request.session.data.cache.DataCache;
|
||||
|
||||
/** author: Ranjith Manickam @ 12 Jul' 2018 */
|
||||
|
|
Loading…
Reference in New Issue