Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

622
Vistas
Failed to read artifact descriptor Spring Boot

I added dependency for spring-boot-starter-data-jpa and spring-boot-starter-jdbc. And I get problem: "Failed to read artifact descriptor..."

This is error

I downloaded jars and added manually in folder where are all dependency and I added like Referenced Libraries, but didn't help. Can someone help me?

This is part of pom.xml:

    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>1.5.2.RELEASE</version>
        <relativePath/> <!-- lookup parent from repository -->
    </parent>

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-jdbc</artifactId>
        </dependency>

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-data-jpa</artifactId>
        </dependency>
about 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

Downloading the jars and adding manually will not add the dependencies and child dependecies. Also the pom would not have been updated. Try deleting the following folders

org.springframework.boot:spring-boot-starter-jdbc 

org.springframework.boot:spring-boot-starter-data-jpa

from your maven repository(.m2) and refresh the maven project(ALT + F5).

Then u get can get the actual error(if exists) which u can post it here.

about 4 years ago · Santiago Trujillo Denunciar

0

It is very simple to resolve this issue. Just delete the .m2 folder from the users/username/ location and refresh the maven project in your eclipse workspace or delete the project and import again.

about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda