1
0

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:
Dennis Lundberg
2006-08-11 19:00:50 +00:00
parent fcc340649d
commit c9d05cd4b6

View File

@@ -190,7 +190,6 @@
<properties>
<comment>Used for testing only.</comment>
<scope>test</scope>
<optional>true</optional>
</properties>
</dependency>
@@ -204,9 +203,9 @@
<comment>
&lt;strong&gt;Site Only&lt;/strong&gt; - v1.9.2 (minimum)
</comment>
<optional>true</optional>
</properties>
</dependency>
</dependencies>
<build>
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>