MNG-5779 Export org.slf4j.spi.* to fix the Javadoc plugin error

This commit is contained in:
Jason van Zyl 2015-03-05 00:39:46 -08:00
parent 772df4ed2a
commit 57a6196422

View File

@ -115,6 +115,7 @@ under the License.
<!-- SLF4J -->
<exportedPackage>org.slf4j.*</exportedPackage>
<exportedPackage>org.slf4j.spi.*</exportedPackage>
</exportedPackages>