Skip to content

Commit 868fc8f

Browse files
committed
aligning with master and vcell-core pom.xml
1 parent 36ba581 commit 868fc8f

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@
245245

246246
<dependencyManagement>
247247
<dependencies>
248-
<!-- JUnit BOM: aligns all JUnit Jupiter artifacts -->
249248
<dependency>
250249
<groupId>org.junit</groupId>
251250
<artifactId>junit-bom</artifactId>
@@ -256,6 +255,7 @@
256255
</dependencies>
257256
</dependencyManagement>
258257

258+
259259
<build>
260260
<plugins>
261261
<plugin>

vcell-core/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,12 @@
127127
<dependency>
128128
<groupId>javax.media</groupId>
129129
<artifactId>jai_core</artifactId>
130+
<version>${jai-core.version}</version>
130131
</dependency>
131132
<dependency>
132133
<groupId>com.sun.media</groupId>
133134
<artifactId>jai-codec</artifactId>
135+
<version>${jai-core.version}</version>
134136
</dependency>
135137
<dependency>
136138
<groupId>org.openrdf.sesame</groupId>
@@ -360,10 +362,6 @@
360362
<groupId>xalan</groupId>
361363
<artifactId>xalan</artifactId>
362364
</exclusion>
363-
<exclusion>
364-
<groupId>xalan</groupId>
365-
<artifactId>serializer</artifactId>
366-
</exclusion>
367365
<exclusion>
368366
<groupId>com.esotericsoftware.kryo</groupId>
369367
<artifactId>kryo</artifactId>
@@ -814,7 +812,7 @@
814812
<goal>wget</goal>
815813
</goals>
816814
<configuration>
817-
<url>https://github.com/cam-center/LangevinNoVis01/releases/download/${solvers-langevin-mac.version}/langevin-macos-13</url>
815+
<url>https://github.com/cam-center/LangevinNoVis01/releases/download/${solvers-langevin-mac.version}/langevin-macos-universal</url>
818816
<outputDirectory>${project.build.directory}/../../localsolvers/mac64</outputDirectory>
819817
<outputFileName>langevin_x64</outputFileName>
820818
</configuration>
@@ -943,7 +941,7 @@
943941
<goal>wget</goal>
944942
</goals>
945943
<configuration>
946-
<url>https://github.com/cam-center/LangevinNoVis01/releases/download/${solvers-langevin-mac.version}/langevin-macos-13</url>
944+
<url>https://github.com/cam-center/LangevinNoVis01/releases/download/${solvers-langevin-mac.version}/langevin-macos-universal</url>
947945
<outputDirectory>${project.build.directory}/../../localsolvers/mac64</outputDirectory>
948946
<outputFileName>langevin_x64</outputFileName>
949947
</configuration>

0 commit comments

Comments
 (0)