Skip to content

Commit e2b9e5a

Browse files
committed
move to ciftools release that supports JDK 8
1 parent b3221cf commit e2b9e5a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

biojava-structure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<dependencies>
2121
<dependency>
2222
<groupId>org.rcsb</groupId>
23-
<artifactId>ciftools-java</artifactId>
24-
<version>2.0.2</version>
23+
<artifactId>${ciftools.artifact}</artifactId>
24+
<version>${ciftools.version}</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.rcsb</groupId>

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
<mmtf.version>1.0.9</mmtf.version>
4444
<slf4j.version>1.7.30</slf4j.version>
4545
<log4j.version>2.13.3</log4j.version>
46+
<ciftools.artifact>ciftools-java-jdk8</ciftools.artifact>
47+
<ciftools.version>2.0.2</ciftools.version>
4648
</properties>
4749
<scm>
4850
<connection>scm:git:git://github.com/biojava/biojava.git</connection>

0 commit comments

Comments
 (0)