Bug fixes and added redis sentinel supportability changes.
parent
92adf755ba
commit
d4a2a68a8a
38
pom.xml
38
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<groupId>tomcat-cluster-redis-session-manager</groupId>
|
<groupId>tomcat-cluster-redis-session-manager</groupId>
|
||||||
<artifactId>tomcat-cluster-redis-session-manager</artifactId>
|
<artifactId>tomcat-cluster-redis-session-manager</artifactId>
|
||||||
<version>2.0.5</version>
|
<version>3.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>tomcat-cluster-redis-session-manager</name>
|
<name>tomcat-cluster-redis-session-manager</name>
|
||||||
|
@ -24,9 +24,9 @@
|
||||||
<target-java.version>${source-java.version}</target-java.version>
|
<target-java.version>${source-java.version}</target-java.version>
|
||||||
|
|
||||||
<!-- For local development properties begins.. -->
|
<!-- For local development properties begins.. -->
|
||||||
<tomcat-catalina.version>apache-tomcat-8.5.32</tomcat-catalina.version>
|
<!--<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-servlet-api.version>apache-tomcat-8.5.32</tomcat-servlet-api.version>-->
|
||||||
<tomcat-api.version>apache-tomcat-8.5.32</tomcat-api.version>
|
<!--<tomcat-api.version>apache-tomcat-8.5.32</tomcat-api.version>-->
|
||||||
<!-- For local development properties end.. -->
|
<!-- For local development properties end.. -->
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
@ -48,21 +48,21 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- For local development dependency begins.. -->
|
<!-- For local development dependency begins.. -->
|
||||||
<dependency>
|
<!--<dependency>-->
|
||||||
<groupId>apache-tomcat</groupId>
|
<!--<groupId>apache-tomcat</groupId>-->
|
||||||
<artifactId>catalina</artifactId>
|
<!--<artifactId>catalina</artifactId>-->
|
||||||
<version>${tomcat-catalina.version}</version>
|
<!--<version>${tomcat-catalina.version}</version>-->
|
||||||
</dependency>
|
<!--</dependency>-->
|
||||||
<dependency>
|
<!--<dependency>-->
|
||||||
<groupId>apache-tomcat</groupId>
|
<!--<groupId>apache-tomcat</groupId>-->
|
||||||
<artifactId>servlet-api</artifactId>
|
<!--<artifactId>servlet-api</artifactId>-->
|
||||||
<version>${tomcat-servlet-api.version}</version>
|
<!--<version>${tomcat-servlet-api.version}</version>-->
|
||||||
</dependency>
|
<!--</dependency>-->
|
||||||
<dependency>
|
<!--<dependency>-->
|
||||||
<groupId>apache-tomcat</groupId>
|
<!--<groupId>apache-tomcat</groupId>-->
|
||||||
<artifactId>tomcat-api</artifactId>
|
<!--<artifactId>tomcat-api</artifactId>-->
|
||||||
<version>${tomcat-api.version}</version>
|
<!--<version>${tomcat-api.version}</version>-->
|
||||||
</dependency>
|
<!--</dependency>-->
|
||||||
<!-- For local development dependency end.. -->
|
<!-- For local development dependency end.. -->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue