Skip to content

Commit

Permalink
change order of maven repositories
Browse files Browse the repository at this point in the history
oss.jfrog.org serves an invalid artifact for javax.media:jai_core:1.1.3, so try to load it first from some other repo.
  • Loading branch information
mrieser committed Mar 20, 2020
1 parent 003817b commit a722ff7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<id>matsim</id>
<url>https://dl.bintray.com/matsim/matsim</url>
</repository>
<repository>
<id>osgeo</id>
<url>http://download.osgeo.org/webdav/geotools</url>
</repository>
<repository>
<id>ojo-snapshots</id>
<name>MATSim snapshot repository</name>
Expand All @@ -35,10 +39,6 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>osgeo</id>
<url>http://download.osgeo.org/webdav/geotools</url>
</repository>
</repositories>

<properties>
Expand Down

0 comments on commit a722ff7

Please sign in to comment.