Browse Source

Polish "Update deployment tests to include Actuator"

Closes gh-11886
pull/11922/merge
Andy Wilkinson 8 years ago
parent
commit
5cb38804b4
  1. 7
      spring-boot-tests/spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/src/main/webapp/WEB-INF/jboss-deployment-structure.xml

7
spring-boot-tests/spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/src/main/webapp/WEB-INF/jboss-deployment-structure.xml

@ -9,12 +9,5 @@ @@ -9,12 +9,5 @@
<module name="org.jboss.resteasy.resteasy-jackson2-provider" />
<module name="org.slf4j" />
</exclusions>
<dependencies>
<system>
<paths>
<path name="com/sun/management" />
</paths>
</system>
</dependencies>
</deployment>
</jboss-deployment-structure>

Loading…
Cancel
Save