eclipse-ee4j / eclipse-ee4j/krazo

Krazo depends on non-existing version of MVC TCK

Open
#394 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
55
Forks
25
Avg merge
3h 25m
Merged PRs (30d)
3

Description

I've tried to build Krazo locally, but failed. This is the error message

```text
[ERROR] The build could not read 2 projects -> [Help 1]
[ERROR]
[ERROR] The project org.eclipse.krazo:krazo-tck:4.1.0-SNAPSHOT (/Users/maarten/Code/open-source/krazo/tck/pom.xml) has 2 errors
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: jakarta.mvc.tck:mvc-tck-bom:pom:3.0.1-RC1 (absent): jakarta.mvc.tck:mvc-tck-bom:pom:3.0.1-RC1 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced (remote repositories: central (https://repo.maven.apache.org/maven2, default, releases)) @ jakarta.mvc.tck:mvc-tck-bom:${tck.version}, file:///Users/maarten/Code/open-source/krazo/tck/pom.xml, line 68, column 13: One or more requests failed
[ERROR] 'dependencies.dependency.version' for groupId='org.jboss.shrinkwrap.resolver', artifactId='shrinkwrap-resolver-depchain', type='pom' is missing. @ jakarta.mvc.tck:mvc-tck-bom:${tck.version}, file:///Users/maarten/Code/open-source/krazo/tck/pom.xml, line 57, column 9
[ERROR]
[ERROR] The project org.eclipse.krazo:krazo-parent:4.1.0-SNAPSHOT (/Users/maarten/Code/open-source/krazo/pom.xml) has 2 errors
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: jakarta.mvc.tck:mvc-tck-bom:pom:3.0.1-RC1 (absent): jakarta.mvc.tck:mvc-tck-bom:pom:3.0.1-RC1 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced (remote repositories: central (https://repo.maven.apache.org/maven2, default, releases)) @ jakarta.mvc.tck:mvc-tck-bom:${tck.version}, file:///Users/maarten/Code/open-source/krazo/tck/pom.xml, line 68, column 13: One or more requests failed
[ERROR] 'dependencies.dependency.version' for groupId='org.jboss.shrinkwrap.resolver', artifactId='shrinkwrap-resolver-depchain', type='pom' is missing. @ jakarta.mvc.tck:mvc-tck-bom:${tck.version}, file:///Users/maarten/Code/open-source/krazo/tck/pom.xml, line 57, column 9
[ERROR]
```

Looks as if Krazo depends on version **3.0.1-RC1** of the **jakarta.mvc.tck:mvc-tck-bom**. This version does not exist in Maven Central, and there is also no such tag [in GitHub](https://github.com/jakartaee/mvc).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.