aboutsummaryrefslogtreecommitdiffstats
path: root/POLICY-SDK-APP
diff options
context:
space:
mode:
authorPeyton Puckett <peyton.puckett@att.com>2020-02-18 15:59:17 -0600
committerPeyton Puckett <pp5762@att.com>2020-02-18 17:45:50 -0600
commit9a03ea31d42b8a73c3aa8f96bbad85093cb169a7 (patch)
tree7ec86476197440450bb55d977b773f504fc19d2b /POLICY-SDK-APP
parent9f774daf0c3e317c9542c9fe4108772006b267a9 (diff)
Update policy-engine to fix failing jUnit tests after jdk11 upgrade
Issue-ID: POLICY-1590 Change-Id: I9f5a05112d943d7f3b6b0e807bf6ae4f2b993e55 Signed-off-by: Peyton Puckett <peyton.puckett@att.com> Signed-off-by: Peyton Puckett <pp5762@att.com>
Diffstat (limited to 'POLICY-SDK-APP')
-rw-r--r--POLICY-SDK-APP/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml
index 14179fafc..aa02984e4 100644
--- a/POLICY-SDK-APP/pom.xml
+++ b/POLICY-SDK-APP/pom.xml
@@ -274,12 +274,12 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
- <version>3.17</version>
+ <version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
- <version>3.17</version>
+ <version>4.1.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>