Add files via upload

This commit is contained in:
Anthony Stirling
2023-01-28 10:00:32 +00:00
committed by GitHub
parent 5f3cba6037
commit 967846ec3a
9 changed files with 158 additions and 108 deletions

View File

@@ -17,7 +17,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.apache.pdfbox:pdfbox:2.0.27'
implementation 'log4j:log4j'
implementation 'org.apache.logging.log4j:log4j-core:2.19.0'
}
tasks.named('test') {