pin the version of the olca-ilcd dependency
msrocka opened this issue · 1 comments
msrocka commented
Currently, the editor depends on the olca-ilcd
module (and its transitive dependencies) in the master
branch of the olca-modules repository. You need to install it locally before you update the dependencies of the editor:
git clone https://github.com/GreenDelta/olca-modules.git # or git pull ...
cd olca-modules/olca-ilcd
mvn install -DskipTests=true
cd path/to/repo/of/epd-editor
mvn package
We should push a version of olca-ilcd
to the central Maven repository and use that version in the editor.
msrocka commented
Starting with 5.0.1+, we will have a pinned version that is then also available on the Maven Central Repository.