On 06/07/2011 08:19 AM, Paul Gier wrote:
According to David, most, if not all, of the transitive deps in the AS7
build can be excluded in the POMs [1].  Please take a quick look at the
attached list and see if there is any transitive dep that you know
should be included in the build, and I will make it a direct dependency.
 To provide context, the list also shows the direct dependency from
which each transitive dep is pulled in.

[1]https://issues.jboss.org/browse/AS7-954
_______________________________________________ jboss-as7-dev mailing list jboss-as7-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
The logging-tools-processor and logging-tools-generator can be removed with no problems.

A side note to anyone using the logging tools. The only dependency needed is the logging-tools-processor and it's only needed at compile time. Oddly enough to maven that doesn't mean the scope is compile, but rather provided.

        <dependency>
            <groupId>org.jboss.logging</groupId>
            <artifactId>jboss-logging-processor</artifactId>
            <version>${jboss-logging-processor-version}</version>
            <scope>provided</scope>
        </dependency>

-- 
James R. Perkins
JBoss by Red Hat