-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide guava to satisfy Strings reference after Jena bump
Bumping Jena from 4.8.0 to 4.9.0 removed jena-shaded-guava.jar, so we need to get Strings from the guava bundle now. tools/rack/rack.plugin/META-INF/MANIFEST.MF: Require the guava bundle. Remove jena-shaded-guava.jar which Jena no longer provides. tools/rack/rack.plugin/build.properties: Remove jena-shaded-guava.jar which Jena no longer provides. UploadIngestionPackageHandler.java: Import Strings from guava instead of jena-shaded-guava. tools/rack/rack.targetplatform/rack.targetplatform.target: Add the guava bundle.
- Loading branch information
Showing
5 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters