ELSGestion / els-sie-xsl-lib

A set of XSL libraries
5 stars 1 forks source link

Unresolvable dependency eu.els.sie.models:ext-models #13

Open jimetevenard opened 4 years ago

jimetevenard commented 4 years ago

This project has a dependency to a non-public artifact.

Due to this, it can not be built outside of Lefebvre-sarrut's context.

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.015 s
[INFO] Finished at: 2020-05-22T12:22:05+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project xslLib: Could not resolve dependencies for project eu.els.sie.lib.xsl.common:xslLib:jar:4.03.00-SNAPSHOT: Could not find artifact eu.els.sie.models:ext-models:jar:1.0.3 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
mricaud commented 4 years ago

That's true, thank you @jimetevenard for this issue. This dependency has scope "provided", which makes it not to be included in the final full jar. It has been added at commit 0a3c380900e76b04ca9bd2b2b105489942201c13 It's actually usefull to validate CALS table with an NVDL schema (rng + schematron) which is usefull for debugging.

We could either:

What do you think ?