diff --git a/pom.xml b/pom.xml
index 337c568076..9beb5518c8 100755
--- a/pom.xml
+++ b/pom.xml
@@ -597,6 +597,12 @@
wildfly-undertow
${wildfly.version}
test
+
+
+ io.undertow.jastow
+ jastow
+
+
org.wildfly.core
diff --git a/travis-run-tests.sh b/travis-run-tests.sh
index e3506cf2d1..7776f57f18 100755
--- a/travis-run-tests.sh
+++ b/travis-run-tests.sh
@@ -15,6 +15,8 @@ if [ $1 == "old" ]; then
cd testsuite
mvn test -B -nsu -f integration-deprecated
mvn test -B -nsu -f jetty
+ mvn test -B -nsu -f proxy
+ mvn test -B -nsu -f tomcat6
mvn test -B -nsu -f tomcat7
mvn test -B -nsu -f tomcat8
fi