On Fri, Feb 26, 2010 at 9:17 AM, Mark Struberg <[email protected]> wrote: > Eric, pleyse try > > > $> mvn dependency:tree > > and check what dependencies the tck pulls in transitively. > Maybe we miss some dependency-excludes in webbeans-tck.
It pays to have a maven comiter on the list :) [INFO] +- org.jboss.jsr299.tck:jsr299-tck-impl:jar:1.0.1-Final:compile ... [INFO] | +- org.jboss.ejb3:jboss-ejb3-api:jar:3.1.0:compile [INFO] | +- org.jboss.interceptor:jboss-interceptor-api:jar:1.1:compile I am excluding the interceptor spec, but I think we should also do the same with EJB ultimately? Thanks for the tip! -- Eric Covener [email protected]
