-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dependencies in :nessie-compatibility-common (#6055)
"implementation" dependency on In-Memory and RocksDB adapters is required because `OlderNessieClientsExtension` and `NessieUpgradesExtension` load them dynamically in runtime. Switch main artifact from :nessie-jaxrs to :nessie-compatibility-common after 0.48.1 because dependencies were rearranged. 0.47.1 itself is not really usable with the "compatibility" test framework, but adding workarounds for it does not look worth the while. The next version should be usable.
- Loading branch information
Showing
3 changed files
with
17 additions
and
7 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