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
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
After commenting the existing groupId (commented above) and adding the new one (below commented one), the dependency errors goes away. However, it starts throwing compilation error in class eu.fusepool.ecs.core.ContentStoreImpl. The error is,
The type org.apache.clerezza.rdf.core.UriRef cannot be resolved. It is indirectly referenced from required .class files
It's because rdf.core-1.0.1.jar depedency from ecs.ontologies/pom.xml does not contains class org.apache.clerezza.rdf.core.UriRef anymore since rdf.core-0.14.jar
Even if the dependency version is changed to 0.14, it starts throwing other compilation errors.
Clearly the dependencies are incompatible and needs to be upgraded along with the code.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following entries in pom.xml are creating issues while running mvn install command. Maven is unable to find the following dependencies.
After commenting the existing groupId (commented above) and adding the new one (below commented one), the dependency errors goes away. However, it starts throwing compilation error in class
eu.fusepool.ecs.core.ContentStoreImpl
. The error is,It's because rdf.core-1.0.1.jar depedency from ecs.ontologies/pom.xml does not contains class org.apache.clerezza.rdf.core.UriRef anymore since rdf.core-0.14.jar
Even if the dependency version is changed to 0.14, it starts throwing other compilation errors.
Clearly the dependencies are incompatible and needs to be upgraded along with the code.
The text was updated successfully, but these errors were encountered: