<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 06/07/2011 08:19 AM, Paul Gier wrote:
<blockquote cite="mid:4DEE416A.3090603@redhat.com" type="cite">
<pre wrap="">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]<a class="moz-txt-link-freetext" href="https://issues.jboss.org/browse/AS7-954">https://issues.jboss.org/browse/AS7-954</a>
</pre>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
jboss-as7-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a>
</pre>
</blockquote>
The logging-tools-processor and logging-tools-generator can be
removed with no problems. <br>
<br>
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.<br>
<br>
<dependency><br>
<groupId>org.jboss.logging</groupId><br>
<artifactId>jboss-logging-processor</artifactId><br>
<version>${jboss-logging-processor-version}</version><br>
<scope>provided</scope><br>
</dependency><br>
<br>
<pre class="moz-signature" cols="72">--
James R. Perkins
JBoss by Red Hat</pre>
</body>
</html>