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> <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>
&lt;strong&gt;Site Only&lt;/strong&gt; - v1.9.2 (minimum) &lt;strong&gt;Site Only&lt;/strong&gt; - 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>