aboutsummaryrefslogtreecommitdiffstats
path: root/poi/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'poi/build.gradle')
-rw-r--r--poi/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/poi/build.gradle b/poi/build.gradle
index 889fb6d95b..d71e86bc51 100644
--- a/poi/build.gradle
+++ b/poi/build.gradle
@@ -41,8 +41,8 @@ dependencies {
api "org.apache.commons:commons-math3:${commonsMathVersion}"
api "commons-io:commons-io:${commonsIoVersion}"
api 'com.zaxxer:SparseBitSet:1.2'
- implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"
- implementation 'javax.activation:activation:1.1.1'
+ api "org.apache.logging.log4j:log4j-api:${log4jVersion}"
+ // implementation 'javax.activation:activation:1.1.1'
testImplementation 'org.reflections:reflections:0.9.12'
testImplementation 'org.apache.ant:ant:1.10.11'