We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126a065 commit e23a5e3Copy full SHA for e23a5e3
build.gradle
@@ -199,7 +199,9 @@ dependencies {
199
implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3'
200
201
implementation 'org.biojava:biojava-core:7.2.4'
202
- implementation 'org.biojava:biojava-alignment:7.2.4'
+ implementation('org.biojava:biojava-alignment:7.2.4') {
203
+ exclude group: 'openchart', module: 'openchart' // unavailable transitive dep from forester
204
+ }
205
implementation 'org.biojava:biojava-structure:7.2.4-rdk.1' // forked version with new parseSites param
206
207
implementation 'org.openscience.cdk:cdk-qsarmolecular:2.11' // for NumericalSurface class
0 commit comments