Commit 9616573c authored by Andrey Filippov's avatar Andrey Filippov

tried, used mirror

parent 3db21f77
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
<artifactId>commons-lang</artifactId> <artifactId>commons-lang</artifactId>
<version>2.6</version> <version>2.6</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/ome/loci_tools -->
<dependency> <dependency>
<groupId>ome</groupId> <groupId>ome</groupId>
<artifactId>loci_tools</artifactId> <artifactId>loci_tools</artifactId>
...@@ -378,14 +379,24 @@ ...@@ -378,14 +379,24 @@
<url>https://mvnrepository.com/artifact/net.imagej/ij</url> <url>https://mvnrepository.com/artifact/net.imagej/ij</url>
<!--<url>http://maven.imagej.net/content/groups/public</url>--> <!--<url>http://maven.imagej.net/content/groups/public</url>-->
</repository> </repository>
<!---->
<repository> <repository>
<id>elphel.imagej-elphel</id> <id>elphel.imagej-elphel</id>
<url>https://git.elphel.com/Elphel/imagej-elphel</url> <url>https://git.elphel.com/Elphel/imagej-elphel</url>
</repository> </repository>
<!---->
<repository> <repository>
<id>other</id> <id>other</id>
<url>https://mirror.elphel.com/maven-dependencies</url> <url>https://mirror.elphel.com/maven-dependencies</url>
</repository> </repository>
<repository>
<id>ome.loci_tools.public</id>
<url>https://mvnrepository.com/artifact/ome/loci_tools</url>
</repository>
<repository>
<id>ome.pom-bio-formats.public</id>
<url>https://mvnrepository.com/artifact</url>
</repository>
</repositories> </repositories>
<scm> <scm>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment