Skip to content

Commit ff166d1

Browse files
committed
Revert "Replace patched jbibtex by jbibtex 1.0.16 from maven central"
This reverts commit f665808. # Conflicts: # backend/build.gradle
1 parent 600a6a0 commit ff166d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

backend/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ repositories {
1414
}
1515

1616
dependencies {
17-
compile group: 'org.jbibtex', name: 'jbibtex', version: '1.0.17'
17+
// jbibtex 1.0.17 from maven central throws strange errors, so we use our customized version
18+
compile files('libs/jbibtex.jar')
1819

1920
compile group: 'org.glassfish.jersey.core', name: 'jersey-server', version: '2.25.1'
2021
compile group: 'org.glassfish.jersey.containers', name: 'jersey-container-jdk-http', version: '2.25.1'

backend/libs/jbibtex.jar

70.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)