Skip to content

Commit

Permalink
Revert "Upgrade supported WildFly version to 11. (#976)"
Browse files Browse the repository at this point in the history
This reverts commit f45f673.
  • Loading branch information
mareknovotny committed Feb 15, 2018
1 parent c431579 commit 1d8f778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jbpm-wb-integration/jbpm-wb-integration-backend/pom.xml
Expand Up @@ -32,7 +32,7 @@

<properties>
<java.module.name>org.jbpm.wb.integration.backend</java.module.name>
<jboss.home>${project.build.directory}/wildfly-${version.org.jboss.errai.wildfly}</jboss.home>
<jboss.home>${project.build.directory}/wildfly-${version.org.wildfly.gwt.sdm}</jboss.home>
</properties>

<dependencies>
Expand Down
Expand Up @@ -35,6 +35,7 @@
WildFly/EAP provider for the user system management, as this webapp does by default. -->
<module name="org.jboss.as.controller-client"/>
<module name="org.jboss.as.domain-management"/>
<module name="org.jboss.sasl"/>
<module name="org.jboss.msc"/>
<module name="org.jboss.dmr"/>
</dependencies>
Expand Down

0 comments on commit 1d8f778

Please sign in to comment.