Skip to content

Commit d387b21

Browse files
committed
Restore earlier maven repository structure and remove old, no longer used code that depends upon problem net.imglib2.simulation function-fit-mpicbg artifact.
1 parent 45c4694 commit d387b21

8 files changed

Lines changed: 8 additions & 1499 deletions

File tree

pom.xml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -108,33 +108,6 @@
108108
</modules>
109109

110110
<repositories>
111-
<!--
112-
Explicitly list central first to increase successful build chances when
113-
maven.scijava.org is down or is missing components.
114-
Note that if the connection to central is directly refused, the build will fail.
115-
-->
116-
<repository>
117-
<id>central</id>
118-
<name>Maven Central</name>
119-
<url>https://repo.maven.apache.org/maven2</url>
120-
<releases>
121-
<enabled>true</enabled>
122-
</releases>
123-
<snapshots>
124-
<enabled>false</enabled>
125-
</snapshots>
126-
</repository>
127-
<repository>
128-
<id>scijava.public</id>
129-
<name>SciJava Public</name>
130-
<url>https://maven.scijava.org/content/groups/public</url>
131-
<releases>
132-
<enabled>true</enabled>
133-
</releases>
134-
<snapshots>
135-
<enabled>true</enabled>
136-
</snapshots>
137-
</repository>
138111
<repository>
139112
<id>imagej.public</id>
140113
<url>https://maven.scijava.org/content/groups/public</url>

render-app/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -216,19 +216,6 @@
216216
<version>0.2.3</version>
217217
</dependency>
218218

219-
<dependency>
220-
<groupId>net.imglib2.simulation</groupId>
221-
<artifactId>function-fit-mpicbg</artifactId>
222-
<version>0.0.6</version>
223-
<exclusions>
224-
<!-- filter out unneeded Google version of old ejml jar which causes duplicate class failures -->
225-
<exclusion>
226-
<groupId>com.googlecode.efficient-java-matrix-library</groupId>
227-
<artifactId>ejml</artifactId>
228-
</exclusion>
229-
</exclusions>
230-
</dependency>
231-
232219
</dependencies>
233220

234221
<!--

0 commit comments

Comments
 (0)