Skip to content

Commit

Permalink
Removed version range for OSGi import of guava. (#2886)
Browse files Browse the repository at this point in the history
This allows it to be compatible with newer versions.

Co-authored-by: d.klysch <d.klysch@seeburger.de>
  • Loading branch information
d0mmi and d.klysch committed May 13, 2024
1 parent e336551 commit 155c933
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pac4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<Automatic-Module-Name>pac4j.core</Automatic-Module-Name>
<Bundle-SymbolicName>org.pac4j.core</Bundle-SymbolicName>
<Export-Package>org.pac4j.core.*;version=${project.version}</Export-Package>
<Import-Package>*</Import-Package>
<Import-Package>com.google.common.cache;version=!,com.google.common.collect;version=!,*</Import-Package>
</instructions>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion pac4j-saml-opensamlv5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
<Automatic-Module-Name>pac4j.saml</Automatic-Module-Name>
<Bundle-SymbolicName>org.pac4j.saml2</Bundle-SymbolicName>
<Export-Package>org.pac4j.saml.*;version=${project.version}</Export-Package>
<Import-Package>org.joda.time;version="[1.6,3)",*</Import-Package>
<Import-Package>com.google.common.base;version=!,com.google.common.collect;version=!,org.joda.time;version="[1.6,3)",*</Import-Package>
</instructions>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion pac4j-saml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
<Automatic-Module-Name>pac4j.saml</Automatic-Module-Name>
<Bundle-SymbolicName>org.pac4j.saml2</Bundle-SymbolicName>
<Export-Package>org.pac4j.saml.*;version=${project.version}</Export-Package>
<Import-Package>org.joda.time;version="[1.6,3)",*</Import-Package>
<Import-Package>com.google.common.base;version=!,com.google.common.collect;version=!,org.joda.time;version="[1.6,3)",*</Import-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 155c933

Please sign in to comment.