File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -343,8 +343,9 @@ See the Apache License Version 2.0 for the specific language governing permissio
343
343
<plugin >
344
344
<groupId >org.apache.felix</groupId >
345
345
<artifactId >maven-bundle-plugin</artifactId >
346
- <version >3.5.0 </version >
346
+ <version >5.1.2 </version >
347
347
<configuration >
348
+ <excludeDependencies >jsr305</excludeDependencies >
348
349
<instructions >
349
350
<module >com.google.inject</module >
350
351
<_include >-${project.basedir} /build.properties</_include >
@@ -355,7 +356,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
355
356
<Bundle-RequiredExecutionEnvironment >JavaSE-1.6</Bundle-RequiredExecutionEnvironment >
356
357
<Import-Package >!com.google.inject.*,*</Import-Package >
357
358
<_exportcontents >!*.internal.*,$(module).*;version=${guice.api.version} </_exportcontents >
358
- <_versionpolicy >$(version;==;$(@))</_versionpolicy >
359
+ <_consumer-policy >$(version;==;$(@))</_consumer-policy >
359
360
<_nouses >true</_nouses >
360
361
<_removeheaders >
361
362
Embed-Dependency,Embed-Transitive,
You can’t perform that action at this time.
0 commit comments