Remove optional from both dependencies, it's not needed for scope test or plugins, as suggested by Carlos Sanchez.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@430860 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -190,7 +190,6 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<comment>Used for testing only.</comment>
|
<comment>Used for testing only.</comment>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
<optional>true</optional>
|
|
||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
@@ -204,9 +203,9 @@
|
|||||||
<comment>
|
<comment>
|
||||||
<strong>Site Only</strong> - v1.9.2 (minimum)
|
<strong>Site Only</strong> - v1.9.2 (minimum)
|
||||||
</comment>
|
</comment>
|
||||||
<optional>true</optional>
|
|
||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
|
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
|
||||||
|
|||||||
Reference in New Issue
Block a user