Skip to content

1.3.4.RELEASE indirectly refers to unavailable spring-data-keyvalue:pom:1.0.4.RELEASE #5894

@ascheman

Description

@ascheman

When generating a Maven site with the following parent

<parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>1.3.4.RELEASE</version>
    </parent>

I receive warnings like this:

[WARNING] Unable to create Maven project for org.springframework.data:spring-data-keyvalue:pom:1.0.4.RELEASE from repository.
org.apache.maven.project.ProjectBuildingException: Error resolving project artifact: Failure to find org.springframework.data:spring-data-keyvalue:pom:1.0.4.RELEASE

But org.springframework.data:spring-data-keyvalue:pom:1.0.4.RELEASE is not available from Maven Central.

This seems due to the following inheritance chain:

  • spring-boot-starter-parent:1.3.4.RELEASE
  • <- ...
  • <- spring-boot-dependencies:1.3.4.RELEASE
  • <- spring-data-releasetrain:Gosling-SR4
  • <- spring-data-keyvalue:pom:1.0.4.RELEASE

Isn't it possible to switch to a newer / publicly available Spring Data Release?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions