diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-03-18 21:06:09 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-03-18 21:06:09 +0000 |
commit | 88f9cf3ddba808b3c51f334d07f8656e4a7dd192 (patch) | |
tree | d810db59af855da71f9f3959dd19db4f575b4a9e /sonar | |
parent | a54394de7c31dfdfde7c2da67c101c9b526e73ba (diff) | |
download | poi-88f9cf3ddba808b3c51f334d07f8656e4a7dd192.tar.gz poi-88f9cf3ddba808b3c51f334d07f8656e4a7dd192.zip |
#63712 - upgrading xmlsec causes junit tests to fail
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875392 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/ooxml/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index 4d8811d57b..28308494bb 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -84,7 +84,7 @@ </fileset> </filesets> </configuration> - </plugin> + </plugin> <!-- set jvm parameters for surefire plugin --> @@ -147,7 +147,7 @@ <dependency> <groupId>org.apache.santuario</groupId> <artifactId>xmlsec</artifactId> - <version>2.1.2</version> + <version>2.1.5</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -159,7 +159,7 @@ <artifactId>curvesapi</artifactId> <version>1.06</version> </dependency> - + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> |