<?xml version="1.0" ?>
<installation xmlns="urn:jboss:galleon:provisioning:3.0">
<feature-pack location="org.wildfly:wildfly-ee-10-feature-pack:41.0.0.Final">
<default-configs inherit="true"/>
<packages inherit="true"/>
</feature-pack>
<feature-pack location="org.wildfly:wildfly-myfaces-feature-pack:3.0.0.Final">
<default-configs inherit="true"/>
<packages inherit="true"/>
</feature-pack>
<config model="standalone" name="standalone.xml">
<layers>
<!-- Base layer -->
<include name="myfaces"/>
</layers>
</config>
<options>
<option name="optional-packages" value="passive+"/>
<option name="jboss-fork-embedded" value="true"/>
</options>
</installation>
Provisioning failed:
Resolving feature-pack wildfly-ee:current#40.0.0.FinalError: Provisioning failed.
* Provisioning failed.
* Some errors have been encountered processing feature-pack families.
wildfly:jakarta-ee-10+ is provided by more than 1 feature-pack [org.wildfly:wildfly-ee-10-feature-pack:41.0.0.Final, org.wildfly:wildfly-ee-galleon-pack:40.0.0.Final].
wildfly:jakarta-ee-deployment is provided by more than 1 feature-pack [org.wildfly:wildfly-ee-10-feature-pack:41.0.0.Final, org.wildfly:wildfly-ee-galleon-pack:40.0.0.Final].
Check the config and remove the conflicting feature-packs.
Is there a verion for 41.0.0.Final?
Thanks.