Skip to content

Commit 1a626e3

Browse files
committed
fix: make depencence on javax.annotation optional (#1323)
1 parent 1aa57e7 commit 1a626e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

google-http-client/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@
107107
</goals>
108108
</execution>
109109
</executions>
110+
<configuration>
111+
<instructions>
112+
<Import-Package>javax.annotation;resolution:=optional</Import-Package>
113+
</instructions>
114+
</configuration>
110115
</plugin>
111116
</plugins>
112117

0 commit comments

Comments
 (0)