We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3221cf commit e2b9e5aCopy full SHA for e2b9e5a
2 files changed
biojava-structure/pom.xml
@@ -20,8 +20,8 @@
20
<dependencies>
21
<dependency>
22
<groupId>org.rcsb</groupId>
23
- <artifactId>ciftools-java</artifactId>
24
- <version>2.0.2</version>
+ <artifactId>${ciftools.artifact}</artifactId>
+ <version>${ciftools.version}</version>
25
</dependency>
26
27
pom.xml
@@ -43,6 +43,8 @@
43
<mmtf.version>1.0.9</mmtf.version>
44
<slf4j.version>1.7.30</slf4j.version>
45
<log4j.version>2.13.3</log4j.version>
46
+ <ciftools.artifact>ciftools-java-jdk8</ciftools.artifact>
47
+ <ciftools.version>2.0.2</ciftools.version>
48
</properties>
49
<scm>
50
<connection>scm:git:git://github.com/biojava/biojava.git</connection>
0 commit comments