Codebase list guava-libraries / d3dd853
Remove unneeded import from manifest Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Sudip Mukherjee 3 years ago
2 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Remove com.google.common.util.concurrent.internal
1
2 com.google.common.util.concurrent.internal is copied from futures/failureaccess
3 to src before building and so it is not available to be Imported as a separate
4 package. Remove it from the manifest.
5
6 Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7 Forwarded: not-needed
8
9 ---
10
11 --- guava-libraries-29.0.orig/guava/pom.xml
12 +++ guava-libraries-29.0/guava/pom.xml
13 @@ -79,7 +79,6 @@
14 com.google.common.*
15 </Export-Package>
16 <Import-Package>
17 - com.google.common.util.concurrent.internal,
18 javax.annotation;resolution:=optional,
19 javax.crypto.*;resolution:=optional,
20 sun.misc.*;resolution:=optional
1515 22-preserve-futures-methods.patch
1616 23-java8-compatibility.patch
1717 24-module-dependency.patch
18 25-remove-import-manifest.patch