Details
-
Type:
Bug
-
Status:
Closed
-
Resolution: Won't Fix
-
Component/s: Dependencies
-
Labels:None
-
Group ID:commons-logging
-
Artifact ID:commons-logging
-
Version:1.1
Description
Hi,
I have trouble concerning dependencies in commons-logging 1.1
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version>
</dependency>
scope must be provided
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework</artifactId>
<version>4.1.3</version>
</dependency>
as 1.0.4 scope must be optionnal
<dependency>
<groupId>logkit</groupId>
<artifactId>logkit</artifactId>
<version>1.0.1</version>
</dependency>
as 1.0.4 scope must be optionnal
I have posted an email to @commons-dev/user to have a comment from commons-logging dev comment.
I hope one will put a comment or an approvment.
Oliver