1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Description: Remove com.google.common.util.concurrent.internal
com.google.common.util.concurrent.internal is copied from futures/failureaccess
to src before building and so it is not available to be Imported as a separate
package. Remove it from the manifest.
Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Forwarded: not-needed
---
--- a/guava/pom.xml
+++ b/guava/pom.xml
@@ -80,7 +80,6 @@
com.google.common.*
</Export-Package>
<Import-Package>
- com.google.common.util.concurrent.internal,
javax.annotation;resolution:=optional,
javax.crypto.*;resolution:=optional,
sun.misc.*;resolution:=optional
|