Weird, i would have expected everything excepted jsf modules in common libs only.
Le dimanche 22 juin 2014, hwaastad <[email protected]> a écrit : > Yeah, > I done quite a bit of testing and this is what I've come to: > > ear: > <dependency> > <groupId>org.apache.deltaspike.core</groupId> > <artifactId>deltaspike-core-api</artifactId> > </dependency> > > ejb: > > <dependency> > <groupId>org.apache.deltaspike.modules</groupId> > <artifactId>deltaspike-data-module-api</artifactId> > <scope>compile</scope> > </dependency> > <dependency> > <groupId>org.apache.deltaspike.modules</groupId> > <artifactId>deltaspike-data-module-impl</artifactId> > <scope>runtime</scope> > <exclusions> > <exclusion> > <groupId>org.apache.deltaspike.core</groupId> > <artifactId>deltaspike-core-impl</artifactId> > </exclusion> > <exclusion> > <groupId>org.apache.deltaspike.core</groupId> > <artifactId>deltaspike-core-api</artifactId> > </exclusion> > </exclusions> > </dependency> > > war: > > <dependency> > <groupId>org.apache.deltaspike.core</groupId> > <artifactId>deltaspike-core-api</artifactId> > <scope>compile</scope> > </dependency> > <dependency> > <groupId>org.apache.deltaspike.core</groupId> > <artifactId>deltaspike-core-impl</artifactId> > <scope>runtime</scope> > </dependency> > <dependency> > <groupId>org.apache.deltaspike.modules</groupId> > <artifactId>deltaspike-jsf-module-api</artifactId> > <scope>compile</scope> > </dependency> > <dependency> > <groupId>org.apache.deltaspike.modules</groupId> > <artifactId>deltaspike-jsf-module-impl</artifactId> > <scope>runtime</scope> > </dependency> > > > This wil not add core-impl to ear/lib but only api > > For those interested: > https://github.com/hwaastad/TomeeDeltaEar.git > > Works now on one web app. > I will see if this will work on my real ear project. > > br hw > > > > > > -- > View this message in context: http://tomee-openejb.979440.n4.nabble.com/Deltaspike-1-0-0-issue-tp4670123p4670136.html > Sent from the TomEE Users mailing list archive at Nabble.com. > -- Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau
