bonjour,

Dans mon projet Maven, j'ai utilisé la balise <dependency> suivante

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
<dependency>
  		<groupId>org.hibernate</groupId>
  		<artifactId>hibernate-entitymanager</artifactId>
  		<version>4.3.7.Final</version>
</dependency>
mais j'ai l'erreur suivante:

ArtifactDescriptorException: Failed to read artifact descriptor for org.hibernate:hibernate-entitymanager:jar:4.3.7.Final: ArtifactResolutionException: Failure to transfer org.hibernate:hibernate-entitymanager:pom:4.3.7.Final from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.hibernate:hibernate-entitymanager:pom:4.3.7.Final from/to central (http://repo.maven.apache.org/maven2): null to http://repo.maven.apache.org/maven2/....3.7.Final.pom pom.xml /j2eeapplication