-1

why is maven always giving me this stupid error ?

06/08/12 22.06.39 CEST: Missing artifact javassist:javassist:jar:3.9.0:compile

i also tryed to manually add the dependency manually in pom.xml but still getting this error.... i'm using myeclipse for spring 8.6 this happens sometimes when i add hibernate nature to my project, sometimes without touching nothing , sometimes adding rcp dependencies, ecc ecc

i'm really thinking to just leave this buggy sort of build plugin :|

Medioman92
  • 581
  • 4
  • 10
  • 21

1 Answers1

1

There is nothing stupid about this error. There is no version 3.9.0 in maven central. The closest I could see is 3.9.0.GA

Raghuram
  • 51,854
  • 11
  • 110
  • 122