diff --git a/.gitignore b/.gitignore
index 2523ccfb8..5799e1f57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,8 @@
/src/main/webapp/WEB-INF/classes/
/src/main/webapp/WEB-INF/lib/
/src/main/webapp/WEB-INF/site/
+/src/main/webapp/WEB-INF/crawler/lib/
+/src/main/webapp/WEB-INF/suggest/lib/
/src/main/webapp/WEB-INF/thumbnails/
/src/main/webapp/jar/
/dbflute_fess/log/*.log
diff --git a/deps.xml b/deps.xml
new file mode 100644
index 000000000..c25848f76
--- /dev/null
+++ b/deps.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index e7a670cd6..021fb4043 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,8 +71,8 @@
5.5.2.0
- 8.5.20
- 0.5.8
+ 8.5.21
+ 0.5.9-RC1
/usr/share/fess
@@ -328,6 +328,7 @@
+
@@ -1079,7 +1080,14 @@
${dbflute.version}
-
+
+
+ javax.servlet
+ jstl
+ 1.2
+
+
+
javax.transaction
javax.transaction-api
@@ -1123,15 +1131,6 @@
${log4j.version}
-
-
- javax.servlet
- jstl
- 1.2
-
-
-
-
org.elasticsearch