From b889fed053a93cc0e82e2f3887fe40880010641b Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Wed, 7 Feb 2018 03:38:06 +0100 Subject: [PATCH] lint build.gradle --- org.jabref.gui/build.gradle | 9 +-------- org.jabref.logic/build.gradle | 27 --------------------------- 2 files changed, 1 insertion(+), 35 deletions(-) diff --git a/org.jabref.gui/build.gradle b/org.jabref.gui/build.gradle index 5493e1228aa..fdc16da1e23 100644 --- a/org.jabref.gui/build.gradle +++ b/org.jabref.gui/build.gradle @@ -47,7 +47,6 @@ dependencies { compile 'org.json:json:20160212' - compile 'org.antlr:antlr-runtime:3.5.2' compile 'org.antlr:antlr4-runtime:4.7.1' compile 'com.jgoodies:jgoodies-forms:1.9.0' @@ -56,15 +55,12 @@ dependencies { compile 'org.apache.pdfbox:pdfbox:1.8.13' compile 'org.apache.pdfbox:jempbox:1.8.13' - compile 'org.apache.commons:commons-lang3:3.6' compile 'commons-cli:commons-cli:1.4' compile "org.libreoffice:juh:5.4.2" compile "org.libreoffice:ridl:5.4.2" compile "org.libreoffice:unoil:5.4.2" - compile 'com.github.bkromhout:java-diff-utils:2.1.1' - compile 'info.debatty:java-string-similarity:1.0.1' // VersionEye states that 6.0.5 is the most recent version, but http://dev.mysql.com/downloads/connector/j/ shows that as "Development Release" runtime 'mysql:mysql-connector-java:5.1.45' @@ -89,10 +85,8 @@ dependencies { // Cannot be updated to 9.*.* until Jabref works with Java 9 compile 'org.controlsfx:controlsfx:8.40.15-SNAPSHOT' - compile 'org.jsoup:jsoup:1.11.2' compile 'com.mashape.unirest:unirest-java:1.4.9' compile 'org.apache.httpcomponents:httpclient:4.5.3' - compile 'commons-io:commons-io:2.4' // >1.8.0-beta is required for java 9 compatibility compile 'org.slf4j:slf4j-api:1.8.0-beta1' @@ -101,8 +95,6 @@ dependencies { runtime 'org.apache.logging.log4j:log4j-slf4j-impl:2.10.0' runtime 'org.apache.logging.log4j:log4j-jcl:2.10.0' - compile 'de.undercouch:citeproc-java:1.0.1' - compile 'org.jbibtex:jbibtex:1.0.17' // need to use snapshots as the stable version is from 2013 and doesn't support v1.0.1 CitationStyles runtime 'org.citationstyles:styles:1.0.1-SNAPSHOT' runtime 'org.citationstyles:locales:1.0.1-SNAPSHOT' @@ -110,6 +102,7 @@ dependencies { compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '1.0.9' compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '1.0.9' + testCompile 'org.antlr:antlr-runtime:3.5.2' testCompile 'com.github.tomakehurst:wiremock:2.14.0' testCompile 'com.tngtech.archunit:archunit-junit:0.5.0' testCompile 'junit:junit:4.12' diff --git a/org.jabref.logic/build.gradle b/org.jabref.logic/build.gradle index 552193027e0..150d66f9bf4 100644 --- a/org.jabref.logic/build.gradle +++ b/org.jabref.logic/build.gradle @@ -33,46 +33,22 @@ dependencies { compile 'org.json:json:20160212' compile 'org.antlr:antlr-runtime:3.5.2' - compile 'org.antlr:antlr4-runtime:4.7.1' - - compile 'com.jgoodies:jgoodies-forms:1.9.0' // update to 2.0.x is not possible - see https://github.com/JabRef/jabref/pull/1096#issuecomment-208857517 compile 'org.apache.pdfbox:pdfbox:1.8.13' compile 'org.apache.pdfbox:jempbox:1.8.13' compile 'org.apache.commons:commons-lang3:3.6' - compile 'commons-cli:commons-cli:1.4' - compile "org.libreoffice:juh:5.4.2" compile "org.libreoffice:ridl:5.4.2" compile "org.libreoffice:unoil:5.4.2" compile 'com.github.bkromhout:java-diff-utils:2.1.1' compile 'info.debatty:java-string-similarity:1.0.1' - // VersionEye states that 6.0.5 is the most recent version, but http://dev.mysql.com/downloads/connector/j/ shows that as "Development Release" - runtime 'mysql:mysql-connector-java:5.1.45' - - compile 'com.impossibl.pgjdbc-ng:pgjdbc-ng:0.7.1' - - compile 'net.java.dev.glazedlists:glazedlists_java15:1.9.1' - compile 'com.google.guava:guava:24.0-jre' - // JavaFX stuff - compile 'com.airhacks:afterburner.fx:1.7.0' - compile 'de.codecentric.centerdevice:javafxsvg:1.2.1' - compile 'de.jensd:fontawesomefx-commons:8.15' compile 'de.jensd:fontawesomefx-materialdesignfont:1.7.22-4' - compile 'de.saxsys:mvvmfx-validation:1.7.0' - compile 'org.fxmisc.easybind:easybind:1.0.3' - compile 'org.fxmisc.flowless:flowless:0.6' - compile 'org.fxmisc.richtext:richtextfx:0.8.2' - compile 'org.reactfx:reactfx:2.0-M5' - - // Cannot be updated to 9.*.* until Jabref works with Java 9 - compile 'org.controlsfx:controlsfx:8.40.15-SNAPSHOT' compile 'org.jsoup:jsoup:1.11.2' compile 'com.mashape.unirest:unirest-java:1.4.9' @@ -92,9 +68,6 @@ dependencies { runtime 'org.citationstyles:styles:1.0.1-SNAPSHOT' runtime 'org.citationstyles:locales:1.0.1-SNAPSHOT' - compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '1.0.9' - compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '1.0.9' - testCompile 'com.github.tomakehurst:wiremock:2.14.0' testCompile 'com.tngtech.archunit:archunit-junit:0.5.0' testCompile 'junit:junit:4.12'