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>
|
||||
<artifactId>tomcat-cluster-redis-session-manager</artifactId>
|
||||
<version>2.0.5</version>
|
||||
<version>3.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>tomcat-cluster-redis-session-manager</name>
|
||||
|
@ -24,9 +24,9 @@
|
|||
<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>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>-->
|
||||
<!-- For local development properties end.. -->
|
||||
</properties>
|
||||
|
||||
|
@ -48,21 +48,21 @@
|
|||
</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>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>-->
|
||||
<!-- For local development dependency end.. -->
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in New Issue