You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a conflict between dependency version of commons codec from spring-boot-starter-integration and Jena
Jena 4.4.0 need commons codec 1.15 but spring-boot-starter-integration 1.1.4.RELEASE force commons codec 1.2
In my use case, with URI like http://....../data_test/-c3d8ff75-bd60-4ef6-b1b9-08bb13bc4b72_attr_ratio_5 query execution failed with a NoClassDefFound murMurHash3 not available in commons codec v1.2
The text was updated successfully, but these errors were encountered:
There is a conflict between dependency version of commons codec from spring-boot-starter-integration and Jena
Jena 4.4.0 need commons codec 1.15 but spring-boot-starter-integration 1.1.4.RELEASE force commons codec 1.2
In my use case, with URI like http://....../data_test/-c3d8ff75-bd60-4ef6-b1b9-08bb13bc4b72_attr_ratio_5 query execution failed with a NoClassDefFound murMurHash3 not available in commons codec v1.2
The text was updated successfully, but these errors were encountered: