Skip to content

Commit

Permalink
version 2.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rdk committed Mar 22, 2019
1 parent ac37587 commit 484367e
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
//plugins {
// id 'com.github.ben-manes.versions' version '0.14.0'
// // run "gradle dependencyUpdates -Drevision=release" to check dependency updates
//}

apply plugin: 'groovy'
apply plugin: 'java'
apply plugin: 'idea'
Expand All @@ -13,6 +8,7 @@ version = '2.0-rc.6'

description = 'Ligand binding site prediction based on machine learning.'


allprojects {
apply plugin: 'java'
sourceCompatibility = 1.8
Expand All @@ -35,8 +31,6 @@ repositories {
flatDir(dirs: 'lib')
}



sourceSets {
main {
resources {
Expand Down Expand Up @@ -120,18 +114,18 @@ dependencies {
compile 'com.google.code.gson:gson:2.8.1'
compile 'org.zeroturnaround:zt-zip:1.12'

compile group: 'com.univocity', name: 'univocity-parsers', version: '2.4.0' // For parsing csv
compile 'com.univocity:univocity-parsers:2.4.0' // for parsing csv

compile 'org.slf4j:slf4j-api:1.7.26'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.2' // 2.8 was causing problem with biojava
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.2'
compile 'org.apache.logging.log4j:log4j-core:2.11.2'
compile 'org.slf4j:jul-to-slf4j:1.7.26' // for netlib logging messages
compile 'org.slf4j:jul-to-slf4j:1.7.26' // for netlib logging messages

compile 'org.biojava:biojava-core:4.2.12'
compile 'org.biojava:biojava-alignment:4.2.12'
compile 'org.biojava:biojava-structure:4.2.12'

compile 'javax.xml.bind:jaxb-api:2.2.11' // dependencies of biojava for java 11
compile 'javax.xml.bind:jaxb-api:2.2.11' // extra dependencies of biojava for java 11
compile 'com.sun.xml.bind:jaxb-core:2.2.11'
compile 'com.sun.xml.bind:jaxb-impl:2.2.11'
compile 'javax.activation:activation:1.1.1'
Expand Down

0 comments on commit 484367e

Please sign in to comment.