Description
AFAICT, the maven repository previously at conjars.org has been removed (see [1])
Since Apache Gora pom.xml reference this repo, it currently fails to builds from source
<repository>
<id>conjars</id>
<url>https://conjars.org/repo</url>
</repository>
This repos has been added with the following commit https://github.com/apache/gora/commit/22d3af831dbd279151a55f610a747859fc20c74e
Proposed change
It seems we don't have direct usage for any conjars related, I will try to track we have added this repository and suggest to remove this reference.
Reference informations
Attachments
Issue Links
- is related to
-
DRILL-8418 Unable to build because conjars.org is dead.
- Closed
- links to
It seems Drill project had the same issue
DRILL-8418