rymarm commented on PR #2782: URL: https://github.com/apache/drill/pull/2782#issuecomment-1494905110
@jnturton I've checked my local maven repository and found that there are only 2 dependencies that were downloaded from conjars repository: ```sh $ for file in `find ~/.m2/repository/ -name "_remote.repositories"`; do grep $file -e "conjars"; done pentaho-aggdesigner-5.1.5-jhyde.pom>conjars= pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom>conjars= pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar>conjars= ``` But neither is used in Drill now. So yea, we can just remove redundant conjars repo. -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org