Skip to content

Commit

Permalink
lint build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Feb 7, 2018
1 parent 7dfe2ed commit b889fed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
9 changes: 1 addition & 8 deletions org.jabref.gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand All @@ -101,15 +95,14 @@ 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'

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'
Expand Down
27 changes: 0 additions & 27 deletions org.jabref.logic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit b889fed

Please sign in to comment.