Skip to content

Commit

Permalink
Pin version of citeproc-java (#7827)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Jun 16, 2021
1 parent d80e164 commit 3ba1313
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,7 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT'
annotationProcessor group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT'

// SNAPSHOT is required because of plain-java support
// See https://github.com/michel-kraemer/citeproc-java/issues/92 for details
implementation 'de.undercouch:citeproc-java:3.0.0-SNAPSHOT'
implementation 'de.undercouch:citeproc-java:3.0.0-alpha.1'

implementation group: 'jakarta.activation', name: 'jakarta.activation-api', version: '1.2.1'
implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '2.3.2'
Expand Down

0 comments on commit 3ba1313

Please sign in to comment.