diff options
Diffstat (limited to 'poi-ooxml')
-rw-r--r-- | poi-ooxml/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 0c6668afd8..8800b475e6 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -52,6 +52,7 @@ dependencies { api "org.apache.commons:commons-compress:${commonsCompressVersion}" api 'org.apache.santuario:xmlsec:2.2.2' api "org.bouncycastle:bcpkix-jdk15on:${bouncyCastleVersion}" + api "org.bouncycastle:bcutil-jdk15on:${bouncyCastleVersion}" api 'com.github.virtuald:curvesapi:1.06' implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}" |