From f54b5d7ac11e8a1c988127d9974ca38356d388a9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 28 Oct 2015 14:13:29 +0000 Subject: [PATCH] Change ordering of deployment tests to keep Cargo happy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some reason, Cargo fails when the Tomcat deployment tests are run after the TomEE deployment tests. It complains that it can’t find one of its own classes. This commit changes the order so that the TomEE tests run before the Tomcat tests. \_(ツ)_/¯ --- spring-boot-deployment-tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-deployment-tests/pom.xml b/spring-boot-deployment-tests/pom.xml index 750ec818de..df6ecbe14d 100644 --- a/spring-boot-deployment-tests/pom.xml +++ b/spring-boot-deployment-tests/pom.xml @@ -24,8 +24,8 @@ spring-boot-deployment-test-glassfish - spring-boot-deployment-test-tomcat spring-boot-deployment-test-tomee + spring-boot-deployment-test-tomcat spring-boot-deployment-test-wildfly