fix tomcat version
This commit is contained in:
parent
2b1ec74fba
commit
40510683a1
1 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
||||||
<name>Keycloak Tomcat 7 Integration TestSuite</name>
|
<name>Keycloak Tomcat 7 Integration TestSuite</name>
|
||||||
<properties>
|
<properties>
|
||||||
<!--<tomcat.version>8.0.14</tomcat.version>-->
|
<!--<tomcat.version>8.0.14</tomcat.version>-->
|
||||||
<tomcat.version>7.0.54</tomcat.version>
|
<tomcat.version>7.0.59</tomcat.version>
|
||||||
</properties>
|
</properties>
|
||||||
<description />
|
<description />
|
||||||
|
|
||||||
|
@ -21,17 +21,17 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tomcat</groupId>
|
<groupId>org.apache.tomcat</groupId>
|
||||||
<artifactId>tomcat-catalina</artifactId>
|
<artifactId>tomcat-catalina</artifactId>
|
||||||
<version>7.0.54</version>
|
<version>7.0.59</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tomcat</groupId>
|
<groupId>org.apache.tomcat</groupId>
|
||||||
<artifactId>tomcat-util</artifactId>
|
<artifactId>tomcat-util</artifactId>
|
||||||
<version>7.0.54</version>
|
<version>7.0.59</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tomcat.embed</groupId>
|
<groupId>org.apache.tomcat.embed</groupId>
|
||||||
<artifactId>tomcat-embed-core</artifactId>
|
<artifactId>tomcat-embed-core</artifactId>
|
||||||
<version>7.0.54</version>
|
<version>7.0.59</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.keycloak</groupId>
|
<groupId>org.keycloak</groupId>
|
||||||
|
|
Loading…
Reference in a new issue