owlcs / owlapi

OWL API main repository
821 stars 315 forks source link

Fix OSGI distribution #1086

Closed gouttegd closed 1 year ago

gouttegd commented 1 year ago

This PR fixes two unrelated problem with the OSGI distribution that occured in the latest 4.5.23 release.

The first one is the conflicting version constraints on packages provided by com.google.guava (described in #1084, this comment).

The other is the result of the switch from Rdf4j 2.4.2 to Rdf4j 3.7.7. With that version, we need two more Rdf4j artifacts that didn’t previously exist (rdf4j-model-api and rdf4j-model-vocabulary).

ignazio1977 commented 1 year ago

Cheers @gouttegd I got this merged and releasing 4.5.24