File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
src/main/java/cbit/vcell/microscopy Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 230230 <name >Custom JSBML artifact repository</name >
231231 <url >https://jitpack.io</url >
232232 </repository >
233+
234+ <repository >
235+ <id >terracotta</id >
236+ <name >Terracotta</name >
237+ <url >https://repo.terracotta.org/maven2/</url >
238+ </repository >
233239 </repositories >
234240
235241 <dependencyManagement >
Original file line number Diff line number Diff line change 125125 </exclusions >
126126 </dependency >
127127 <dependency >
128- <groupId >javax.media.jai</groupId >
129- <artifactId >com.springsource.javax.media.jai.core</artifactId >
128+ <groupId >javax.media</groupId >
129+ <artifactId >jai_core</artifactId >
130+ <version >${jai-core.version} </version >
131+ </dependency >
132+ <dependency >
133+ <groupId >com.sun.media</groupId >
134+ <artifactId >jai-codec</artifactId >
130135 <version >${jai-core.version} </version >
131136 </dependency >
132137 <dependency >
Original file line number Diff line number Diff line change 2222import java .util .zip .ZipEntry ;
2323import java .util .zip .ZipOutputStream ;
2424
25- import javax .media .jai .operator .FileStoreDescriptor ;
2625
2726import cbit .vcell .field .io .FieldDataSpec ;
2827import org .vcell .util .Extent ;
4443import cbit .vcell .solver .VCSimulationDataIdentifier ;
4544import cbit .vcell .solver .ode .ODESolverResultSet ;
4645
46+ import javax .media .jai .operator .FileStoreDescriptor ;
47+
4748public class NonGUIFRAPTest {
4849
4950 public static String STR_FREE_DIFF_RATE = "Free particle diffusion rate" ;
You can’t perform that action at this time.
0 commit comments