Remove Codehaus repository
Codehaus announced they are shutting down their services: https://www.codehaus.org/ We should remove their repository from our pom as it could cause some errors an useless HTTP calls. Related to #10939
This commit is contained in:
parent
c860c1b437
commit
234716a1ef
5
pom.xml
5
pom.xml
|
@ -66,11 +66,6 @@
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
|
||||||
<id>codehaus-snapshots</id>
|
|
||||||
<name>Codehaus Snapshots</name>
|
|
||||||
<url>http://repository.codehaus.org/</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>lucene-snapshots</id>
|
<id>lucene-snapshots</id>
|
||||||
<name>Lucene Snapshots</name>
|
<name>Lucene Snapshots</name>
|
||||||
|
|
Loading…
Reference in New Issue