Skip to content

Commit

Permalink
HHH-12250 Avoid WildFly thin servers as they require Maven settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Jan 24, 2018
1 parent 9704b56 commit 7c40ce1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions hibernate-orm-modules/hibernate-orm-modules.gradle
Expand Up @@ -68,6 +68,7 @@ configurations {
}

provision {
configuration = file('wildfly-server-provisioning.xml')
destinationDir = file("$project.wildFlyInstallDir")
override( 'org.hibernate.javax.persistence:hibernate-jpa-2.1-api' ) {
groupId = 'javax.persistence'
Expand Down
8 changes: 8 additions & 0 deletions hibernate-orm-modules/wildfly-server-provisioning.xml
@@ -0,0 +1,8 @@
<server-provisioning xmlns="urn:wildfly:server-provisioning:1.1" copy-module-artifacts="true">
<feature-packs>
<feature-pack
groupId="org.wildfly"
artifactId="wildfly-feature-pack"
version="11.0.0.Final" />
</feature-packs>
</server-provisioning>

0 comments on commit 7c40ce1

Please sign in to comment.