Stefan Bodewig wrote:
Looks as if avalon-logkit depends on log4j now.

Is this intended?

Yes - logkit includes a bunch of logging adapters. Here is the dependency set:


    <dependencies>
      <dependency>
        <id>log4j</id>
        <version>1.2.8</version>
      </dependency>
      <dependency>
        <id>servletapi</id>
        <version>2.3</version>
      </dependency>
      <dependency>
        <groupId>javamail</groupId>
        <artifactId>mailapi</artifactId>
        <version>1.3.1</version>
      </dependency>
      <dependency>
        <groupId>jms</groupId>
        <artifactId>jms</artifactId>
        <version>1.1</version>
      </dependency>
    </dependencies>

Looking at the gump descriptor - the above are included as optional runtime dependencies (assuming I'm understanding the gump descriptor correctly):

        <option project="jdbc" runtime="true"/>
        <option project="jms" runtime="true"/>
        <option project="javamail" runtime="true"/>
        <option project="jaf" runtime="true"/>
        <option project="jakarta-servletapi-4" runtime="true"/>
        <option project="logging-log4j" runtime="true"/>

Should we simply change "option" to "depend"?

Stephen.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--

|------------------------------------------------|
| Magic by Merlin                                |
| Production by Avalon                           |
|                                                |
| http://avalon.apache.org/merlin                |
| http://dpml.net/merlin/distributions/latest    |
|------------------------------------------------|

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to