Skip to content

Commit

Permalink
Fixed - OSGi MANIFEST should define optional dependencies. #5774
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Koksharov committed Apr 17, 2024
1 parent a20de22 commit 40d7958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redisson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<DynamicImport-Package>*</DynamicImport-Package>
<Import-Package>jdk.net;resolution:=optional,*</Import-Package>
<Import-Package>jdk.net;resolution:=optional,javax.cache.*;resolution:=optional,io.reactivex.rxjava3.*;resolution:=optional,jodd.*;resolution:=optional,net.bytebuddy.*;resolution:=optional,org.jboss.marshalling.*;resolution:=optional,org.springframework.*;resolution:=optional,*</Import-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 40d7958

Please sign in to comment.