Browse Source

fix #563 : update tomcat

Shinsuke Sugaya 9 years ago
parent
commit
b12be049c8
1 changed files with 1 additions and 5 deletions
  1. 1 5
      pom.xml

+ 1 - 5
pom.xml

@@ -67,7 +67,7 @@
 		<cluster.runner.version>2.3.0.0</cluster.runner.version>
 
 		<!-- Tomcat -->
-		<tomcat.boot.version>0.4.4</tomcat.boot.version>
+		<tomcat.boot.version>0.5.0-RC1</tomcat.boot.version>
 
 		<!-- DEB & RPM build -->
 		<packaging.fess.home.dir>/usr/share/fess</packaging.fess.home.dir>
@@ -1208,10 +1208,6 @@
 					<groupId>org.apache.tomcat</groupId>
 					<artifactId>tomcat-servlet-api</artifactId>
 				</exclusion>
-				<exclusion>
-					<groupId>org.apache.tomcat</groupId>
-					<artifactId>tomcat-juli</artifactId>
-				</exclusion>
 				<exclusion>
 					<groupId>org.apache.tomcat</groupId>
 					<artifactId>tomcat-api</artifactId>