Skip to content

Commit

Permalink
Minor updates to OSGi metadata. Fixes #1173
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 525559200
  • Loading branch information
sameb authored and Guice Team committed Apr 19, 2023
1 parent bccee9c commit b484455
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,9 @@ See the Apache License Version 2.0 for the specific language governing permissio
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.5.0</version>
<version>5.1.2</version>
<configuration>
<excludeDependencies>jsr305</excludeDependencies>
<instructions>
<module>com.google.inject</module>
<_include>-${project.basedir}/build.properties</_include>
Expand All @@ -355,7 +356,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
<Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment>
<Import-Package>!com.google.inject.*,*</Import-Package>
<_exportcontents>!*.internal.*,$(module).*;version=${guice.api.version}</_exportcontents>
<_versionpolicy>$(version;==;$(@))</_versionpolicy>
<_consumer-policy>$(version;==;$(@))</_consumer-policy>
<_nouses>true</_nouses>
<_removeheaders>
Embed-Dependency,Embed-Transitive,
Expand Down

0 comments on commit b484455

Please sign in to comment.