aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'poi-scratchpad/build.gradle')
-rw-r--r--poi-scratchpad/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/poi-scratchpad/build.gradle b/poi-scratchpad/build.gradle
index 400884c8f5..078bb7e5bc 100644
--- a/poi-scratchpad/build.gradle
+++ b/poi-scratchpad/build.gradle
@@ -38,9 +38,9 @@ sourceSets {
dependencies {
api project(':poi')
api project(path:':poi', configuration: 'archives')
- implementation "commons-codec:commons-codec:${commonsCodecVersion}"
- implementation "org.apache.commons:commons-math3:${commonsMathVersion}"
- implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"
+ api "org.apache.logging.log4j:log4j-api:${log4jVersion}"
+ api "org.apache.commons:commons-math3:${commonsMathVersion}"
+ api "commons-codec:commons-codec:${commonsCodecVersion}"
testImplementation project(path: ':poi', configuration: 'tests')
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"