[jboss-dev] Mavenizing Thirdparty

Scott Stark sstark at redhat.com
Thu Apr 10 07:55:12 EDT 2008


How are transitive dependencies handled in the thirdparty build? Carlo 
says the jboss-ejb3-interceptors should be coming in as a transitive 
dependency of jboss-ejb3-core rather than specified in the 
jbossas/component-matrix/pom.xml as is done now:

      <dependency>
        <groupId>org.jboss.ejb3</groupId>
        <artifactId>jboss-ejb3-interceptors</artifactId>
        <version>0.12.0</version>
        <exclusions>
          <exclusion>
            <groupId>org.jboss</groupId>
            <artifactId>jboss-metadata</artifactId>
          </exclusion>
        </exclusions>
      </dependency>





More information about the jboss-development mailing list