Skip to content

Commit

Permalink
Bump latex2unicode_2.12 from 0.2.6 to 0.3.0 (#8639)
Browse files Browse the repository at this point in the history
Co-authored-by: Siedlerchr <[email protected]>
  • Loading branch information
dependabot[bot] and Siedlerchr authored May 2, 2022
1 parent dd173e0 commit 4718930
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve

### Changed

- We improved the Latex2Unicode conversion [#8639](https://github.com/JabRef/jabref/pull/8639)

### Fixed

### Removed
Expand Down
10 changes: 2 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ application {
mainModule.set('org.jabref')
}

// TODO: Ugly workaround to temporarily ignore build errors to dependencies of latex2unicode
// These should be removed, as well as the files in the lib folder, as soon as they have valid module names
modularity.patchModule("test", "fastparse_2.12-1.0.0.jar")
modularity.patchModule("test2", "fastparse-utils_2.12-1.0.0.jar")
modularity.patchModule("test3", "sourcecode_2.12-0.1.4.jar")

// Workaround for https://github.com/openjfx/javafx-gradle-plugin/issues/89
// See also https://github.com/java9-modularity/gradle-modules-plugin/issues/165
modularity.disableEffectiveArgumentsAdjustment()
Expand Down Expand Up @@ -191,8 +185,8 @@ dependencies {
implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '3.0.1'
implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '3.0.2'

implementation ('com.github.tomtung:latex2unicode_2.12:0.2.6') {
exclude module: 'fastparse_2.12'
implementation ('com.github.tomtung:latex2unicode_2.13:0.3.2') {
exclude module: 'fastparse_2.13'
}

implementation group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.4.1'
Expand Down
Binary file removed lib/fastparse-1.0.0.jar
Binary file not shown.
Binary file added lib/fastparse-2.3.3.jar
Binary file not shown.
Binary file removed lib/fastparse-utils-1.0.0.jar
Binary file not shown.
Binary file added lib/geny-0.6.10.jar
Binary file not shown.
Binary file removed lib/sourcecode-0.1.4.jar
Binary file not shown.
Binary file added lib/sourcecode-0.2.3.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.util.regex.Pattern;

import com.github.tomtung.latex2unicode.LaTeX2Unicode;
import fastparse.core.Parsed;
import fastparse.Parsed;

/**
* Adapter class for the latex2unicode lib. This is an alternative to our LatexToUnicode class
Expand Down

0 comments on commit 4718930

Please sign in to comment.