if it is really needed, then we should add it. Can you please create a JIRA?
txs and LieGrue, strub ----- Original Message ----- > From: Harald Wellmann <[email protected]> > To: [email protected] > Cc: > Sent: Wednesday, February 13, 2013 6:37 PM > Subject: Re: JSF -> Security Dependency Problem > > 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 >
