janhoy edited a comment on pull request #582: URL: https://github.com/apache/solr/pull/582#issuecomment-1026858710
I think we got rid of it now from the distro. Proof: Main branch: ```bash gw dev find solr/packaging/build/dev | grep -E "jsr305|javax.annotation-api" solr/packaging/build/dev/licenses/jsr305-NOTICE.txt solr/packaging/build/dev/licenses/jsr305-3.0.2.jar.sha1 solr/packaging/build/dev/licenses/javax.annotation-api-LICENSE-CDDL.txt solr/packaging/build/dev/licenses/javax.annotation-api-1.3.2.jar.sha1 solr/packaging/build/dev/licenses/jsr305-LICENSE-ASL.txt solr/packaging/build/dev/server/solr-webapp/webapp/WEB-INF/lib/jsr305-3.0.2.jar solr/packaging/build/dev/modules/gcs-repository/lib/javax.annotation-api-1.3.2.jar ``` This PR branch: ```bash gw dev find solr/packaging/build/dev | grep -E "jsr305|javax.annotation-api" # nothing ``` Should these be "more global" in some way? Now each module will need to exclude. But if no more improvements are suggested I'll merge this soon. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org