Skip to content

Commit e23a5e3

Browse files
committed
exclude unavailable openchart transitive dep from biojava-alignment
1 parent 126a065 commit e23a5e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ dependencies {
199199
implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3'
200200

201201
implementation 'org.biojava:biojava-core:7.2.4'
202-
implementation 'org.biojava:biojava-alignment:7.2.4'
202+
implementation('org.biojava:biojava-alignment:7.2.4') {
203+
exclude group: 'openchart', module: 'openchart' // unavailable transitive dep from forester
204+
}
203205
implementation 'org.biojava:biojava-structure:7.2.4-rdk.1' // forked version with new parseSites param
204206

205207
implementation 'org.openscience.cdk:cdk-qsarmolecular:2.11' // for NumericalSurface class

0 commit comments

Comments
 (0)