From 0aa7e7dfb6a376eb0766ef68024779e3c5a6a4a3 Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Mon, 11 Jan 2021 22:58:02 +0000 Subject: [PATCH] Update maven dependencies git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885369 13f79535-47bb-0310-9956-ffa450edef68 --- maven/poi-excelant.pom | 2 +- maven/poi-ooxml.pom | 24 ++++++- maven/poi.pom | 140 ++++++++++++++++++----------------------- 3 files changed, 83 insertions(+), 83 deletions(-) diff --git a/maven/poi-excelant.pom b/maven/poi-excelant.pom index d33f32b101..7fcb5b8978 100644 --- a/maven/poi-excelant.pom +++ b/maven/poi-excelant.pom @@ -72,7 +72,7 @@ org.apache.ant ant - 1.8.2 + 1.10.9 diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom index 3a1e994eb3..4592bef931 100644 --- a/maven/poi-ooxml.pom +++ b/maven/poi-ooxml.pom @@ -79,27 +79,45 @@ org.bouncycastle bcpkix-jdk15on - 1.67 + 1.68 org.bouncycastle bcprov-jdk15on - 1.67 + 1.68 org.apache.santuario xmlsec - 2.2.0 + 2.2.1 org.apache.xmlgraphics batik-all 1.13 + + + commons-logging + commons-logging + + de.rototor.pdfbox graphics2d 0.30 + + + commons-logging + commons-logging + + + + + org.slf4j + jcl-over-slf4j + 1.7.30 + true diff --git a/maven/poi.pom b/maven/poi.pom index a73c95f357..dcfb602550 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -1,5 +1,4 @@ - - - + - 4.0.0 - org.apache.poi - poi - @VERSION@ - jar - Apache POI - https://poi.apache.org/ - Apache POI - Java API To Access Microsoft Format Files + 4.0.0 + org.apache.poi + poi + @VERSION@ + jar + Apache POI + https://poi.apache.org/ + Apache POI - Java API To Access Microsoft Format Files - - - POI Users List - user-subscribe@poi.apache.org - user-unsubscribe@poi.apache.org - http://mail-archives.apache.org/mod_mbox/poi-user/ - - - POI Developer List - dev-subscribe@poi.apache.org - dev-unsubscribe@poi.apache.org - http://mail-archives.apache.org/mod_mbox/poi-dev/ - - + + + POI Users List + user-subscribe@poi.apache.org + user-unsubscribe@poi.apache.org + http://mail-archives.apache.org/mod_mbox/poi-user/ + + + POI Developer List + dev-subscribe@poi.apache.org + dev-unsubscribe@poi.apache.org + http://mail-archives.apache.org/mod_mbox/poi-dev/ + + - - - Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + - - Apache Software Foundation - http://www.apache.org/ - + + Apache Software Foundation + http://www.apache.org/ + - - - commons-logging - commons-logging - 1.2 - runtime - true - - - commons-codec - commons-codec - 1.15 - - - org.apache.commons - commons-collections4 - 4.4 - - - org.apache.commons - commons-math3 - 3.6.1 - - - com.zaxxer - SparseBitSet - 1.2 - - - - org.hamcrest - hamcrest-core - test - 1.3 - - - junit - junit - test - 4.13.1 - - + + + org.slf4j + slf4j-api + 1.7.30 + + + commons-codec + commons-codec + 1.15 + + + org.apache.commons + commons-collections4 + 4.4 + + + org.apache.commons + commons-math3 + 3.6.1 + + + com.zaxxer + SparseBitSet + 1.2 + +