aboutsummaryrefslogtreecommitdiffstats
path: root/osgi/pom.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2020-12-17 19:59:01 +0000
committerPJ Fanning <fanningpj@apache.org>2020-12-17 19:59:01 +0000
commite1b0bc6e1db18aa9fe0314ee77559c116742f3cd (patch)
tree8d07c5e2a14b54538e996ca55994eb96cc056188 /osgi/pom.xml
parent71d6bf0306c5a3251016846f2920e101933380bb (diff)
downloadpoi-e1b0bc6e1db18aa9fe0314ee77559c116742f3cd.tar.gz
poi-e1b0bc6e1db18aa9fe0314ee77559c116742f3cd.zip
[github-207] add SLF4JLogger
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi/pom.xml')
-rw-r--r--osgi/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 0d19cd3341..ce11df9228 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -87,6 +87,7 @@
org.apache.xml.security.*;resolution:=optional,
org.bouncycastle.*;resolution:=optional,
org.apache.commons.logging.*;resolution:=optional,
+ org.slf4j.*;resolution:=optional,
!com.github.luben.zstd.*,
!org.tukaani.xz.*,
!org.brotli.dec.*,
@@ -174,7 +175,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
- <version>4.12</version>
+ <version>4.13.1</version>
</dependency>
<!-- Pax Exam -->
@@ -229,7 +230,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.7.25</version>
+ <version>1.7.30</version>
<scope>test</scope>
</dependency>
</dependencies>