Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jimetevenard opened this issue May 22, 2020 · 1 comment
Open

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

jimetevenard opened this issue May 22, 2020 · 1 comment

Comments

@jimetevenard
Copy link
Member

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
Copy link
Contributor

mricaud commented Jun 12, 2020

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 0a3c380
It's actually usefull to validate CALS table with an NVDL schema (rng + schematron) which is usefull for debugging.

We could either:

  • make ext-models public on maven central
  • addext-models as gitsubmodule (not sure about that)
  • remove this dependency
  • other ideas ?

What do you think ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants