Forgot to commit added dependencies

This commit is contained in:
dankito 2024-12-13 05:56:13 +01:00
parent 5860341149
commit 404b8f3871
3 changed files with 8 additions and 1 deletions

View File

@ -22,6 +22,7 @@ allprojects {
repositories {
mavenCentral()
mavenLocal()
}
}

View File

@ -10,7 +10,8 @@ kotlin {
val phGenericodeVersion: String by project
val apachePoiVersion: String = "5.3.0"
val apachePoiVersion: String by project
val kI18nVersion: String by project
val klfVersion: String by project
@ -24,6 +25,8 @@ dependencies {
implementation("org.apache.poi:poi-ooxml:$apachePoiVersion")
implementation("net.codinux.i18n:k-i18n:$kI18nVersion")
implementation("net.codinux.log:klf:$klfVersion")

View File

@ -23,6 +23,9 @@ pdfboxTextExtractor=0.6.1
angusMailVersion=2.0.3
apachePoiVersion=5.3.0
kI18nVersion=0.5.0-SNAPSHOT
openHtmlToPdfVersion=1.1.22
jsoupVersion=1.18.1