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>
|
||||
<comment>Used for testing only.</comment>
|
||||
<scope>test</scope>
|
||||
<optional>true</optional>
|
||||
</properties>
|
||||
</dependency>
|
||||
|
||||
@@ -204,9 +203,9 @@
|
||||
<comment>
|
||||
<strong>Site Only</strong> - v1.9.2 (minimum)
|
||||
</comment>
|
||||
<optional>true</optional>
|
||||
</properties>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
<build>
|
||||
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
|
||||
|
||||
Reference in New Issue
Block a user