From 5e03612a532fdb314457032867ebb1113d826f71 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sun, 11 Apr 2021 09:50:04 +0100 Subject: [PATCH] Work around micrometer-metrics/micrometer#2557 Closes gh-26002 --- .../webapp/WEB-INF/jboss-deployment-structure.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 spring-boot-tests/spring-boot-deployment-tests/src/main/webapp/WEB-INF/jboss-deployment-structure.xml diff --git a/spring-boot-tests/spring-boot-deployment-tests/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/spring-boot-tests/spring-boot-deployment-tests/src/main/webapp/WEB-INF/jboss-deployment-structure.xml new file mode 100644 index 00000000000..fd7ea5f9808 --- /dev/null +++ b/spring-boot-tests/spring-boot-deployment-tests/src/main/webapp/WEB-INF/jboss-deployment-structure.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file