Skip to content

Commit aa6cbb7

Browse files
authored
Fix medline fetcher/importer when using installer (#5752)
* only add uses jaxb to the build.gradle file * fix syntax add changelog
1 parent e43df96 commit aa6cbb7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
1515

1616
### Fixed
1717

18+
- We fixed an issue where the Medline fetcher was only working when JabRef was running from source [#5645](https://github.com/JabRef/jabref/issues/5645)
19+
20+
1821
### Removed
1922

2023

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ jlink {
597597
uses 'com.airhacks.afterburner.injection.PresenterFactory'
598598
uses 'org.controlsfx.glyphfont.GlyphFont'
599599
uses 'com.airhacks.afterburner.views.ResourceLocator'
600+
uses 'javax.xml.bind.JAXBContextFactory'
600601
provides 'java.sql.Driver' with 'org.postgresql.Driver'
601602
provides 'org.controlsfx.glyphfont.GlyphFont' with 'org.controlsfx.glyphfont.FontAwesome'
602603
provides 'org.apache.commons.logging.LogFactory' with 'org.apache.logging.log4j.jcl.LogFactoryImpl'

0 commit comments

Comments
 (0)