Skip to content

Commit

Permalink
Fix dependency type
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Feb 26, 2022
1 parent 0055f89 commit 2c10308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ tasks.withType(JavaCompile) {
}

dependencies {
api 'org.apache.pdfbox:pdfbox:[2.0.18,2.999999]'
implementation 'io.nayuki:qrcodegen:[1.6.0,1.999999]'
implementation 'org.apache.pdfbox:pdfbox:[2.0.18,2.999999]'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
Expand Down

0 comments on commit 2c10308

Please # to comment.