-
Notifications
You must be signed in to change notification settings - Fork 747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to scan [file:/var/tomcat8/webapps/source/WEB-INF/lib/annotations-19.0.0.jar] #3390
Comments
Interestingly
Looks like one of the .jar files has a dependency on 19.0.0 however it is not I went through all the |
I can see this only when Tomcat is restarted. For the record, the only other applications are the |
Going through https://mvnrepository.com/artifact/org.jetbrains/annotations/19.0.0/usages?p=1 I noticed chronicle-map related artifacts. Namely chronicle-bytes-2.20.80.jar depends on annotations-19.0.0.jar. Even the latest version of chronicle-bytes-2.20.105 depends on annotations-19.0.0.jar so upgrade will not fix that. |
can we add dependency to opengrok-indexer pom.xml and opengrok-web pom.xml ??? both of them version fix to 19.0.0
|
No, we cannot. |
Created an issue for jetbrains annotations dependency in chronicle-map (OpenHFT/Chronicle-Map#289) I think there is still a couple of other errors with the same cause (if I recall correctly, it was |
After #3387 there is one remaining jar that needs to be addressed:
The text was updated successfully, but these errors were encountered: