I have this error:
Offline / Missing artifact javax.annotation:javax.annotation-api:jar:1.3
I am relatively new to maven How to debug this error ?
This is the code I used, the error comes from artifacrId
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserver</artifactId>
<version>1.5.158-SNAPSHOT</version>
</dependency>