Skip to content

Commit 59fc8b0

Browse files
authored
fix: add used packages to OSGI manifest again (#1439) (#1440)
1 parent 7ebc6ca commit 59fc8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-http-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
</executions>
110110
<configuration>
111111
<instructions>
112-
<Import-Package>javax.annotation;resolution:=optional</Import-Package>
112+
<Import-Package>javax.annotation;resolution:=optional,*</Import-Package>
113113
</instructions>
114114
</configuration>
115115
</plugin>

0 commit comments

Comments
 (0)