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
Building migration-utils with mvn clean install fails with the following error:
ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project migration-utils: Compilation failure: Compilation failure:
[ERROR] /migration-utils/src/main/java/org/fcrepo/migration/handlers/ocfl/OcflObjectSessionWrapper.java:[36,8] org.fcrepo.migration.handlers.ocfl.OcflObjectSessionWrapper is not abstract and does not override abstract method readRange(java.lang.String,java.lang.String,long,long) in org.fcrepo.storage.ocfl.OcflObjectSession
migration-utils builds against version 6.4.0-SNAPSHOT of fcrepo-storage-url. readRange was introduced in commit 47d889b188fbc1535feea7d927451d2cd9bac83f of fcrepo-storage-url, causing version 6.4.0-SNAPSHOT to be overriden and breaking the migration-utils build.
I am able to build migration-utils against commit d678c553d11de167651b505d0cc4643a94055ee7 of fcrepo-storage-ocfl.
The text was updated successfully, but these errors were encountered:
Building
migration-utils
withmvn clean install
fails with the following error:migration-utils
builds against version6.4.0-SNAPSHOT
offcrepo-storage-url
.readRange
was introduced in commit47d889b188fbc1535feea7d927451d2cd9bac83f
offcrepo-storage-url
, causing version6.4.0-SNAPSHOT
to be overriden and breaking themigration-utils
build.I am able to build
migration-utils
against commitd678c553d11de167651b505d0cc4643a94055ee7
offcrepo-storage-ocfl
.The text was updated successfully, but these errors were encountered: