Open SeSodesa opened 2 years ago
The missing dependency seems to be located at https://github.com/esig/dss-demonstrations/blob/5.7.RC1/maven-repo/at/gv/egiz/smcc/1.3.30/smcc-1.3.30.jar. Installing this to the local Maven repository with
mvn install:install-file \
-Dfile=smcc-1.3.30.jar \
-DgroupId=at.gv.egiz \
-DartifactId=smcc \
-Dversion=1.3.30 \
-Dpackaging=jar
results in further errors with javafx.collections
not existing, but at least the compilation can proceed further.
After disabling the
JREVendorTest
mentioned in issue #54, that prevented the compilation of the project, the compilation starts proceeding rather unsurprisingly. However, missing dependencies innexu-core
then come in the way of completing the compilation. This can be seen by looking at the messagesin the following compilation log:
Where can these missing dependecies be found? They do not seem to be on any public Maven repository I could find.