diff --git a/src/it/MPIR-437/pom.xml b/src/it/MPIR-437/pom.xml
index a16745f5..963868f9 100644
--- a/src/it/MPIR-437/pom.xml
+++ b/src/it/MPIR-437/pom.xml
@@ -36,9 +36,9 @@
- org.codehaus.plexus
- plexus-utils
- 3.5.0
+ org.apache.tomcat
+ tomcat-i18n-de
+ 9.0.74
diff --git a/src/it/MPIR-437/verify.groovy b/src/it/MPIR-437/verify.groovy
index 5b724fc1..343724b0 100644
--- a/src/it/MPIR-437/verify.groovy
+++ b/src/it/MPIR-437/verify.groovy
@@ -20,12 +20,12 @@ File dependencies = new File( basedir, 'target/site/dependencies.html' )
def summaryRow = '''\
1 |
-267,2 kB |
-145 |
-107 |
-9 |
+78.8 kB |
+141 |
+- |
+- |
- |
-1 |
+- |
'''
assert dependencies.text.contains( summaryRow.replaceAll( "\n", System.lineSeparator() ) )