So that brings us back to my original question. If security-impl is required by jsf-impl, then why not simply change dependency scopes in jsf-impl to

        <dependency>
            <groupId>org.apache.deltaspike.modules</groupId>
            <artifactId>deltaspike-security-module-api</artifactId>
            <scope>compile</scope>
        </dependency>


        <dependency>
            <groupId>org.apache.deltaspike.modules</groupId>
            <artifactId>deltaspike-security-module-impl</artifactId>
            <scope>runtime</scope>
        </dependency>

so that DeltaSpike users get all the required transitive dependencies automatically?

Regards,
Harald

Reply via email to