From 247d74cfa88db928504c27320e5a142143986757 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Sat, 1 Feb 2014 17:36:10 +0000 Subject: [PATCH] Sync the Maven POM defined dependencies with the Ant build ones git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563448 13f79535-47bb-0310-9956-ffa450edef68 --- maven/poi.pom | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/maven/poi.pom b/maven/poi.pom index 69a887e21..843aaeba6 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -69,14 +69,26 @@ log4j log4j - 1.2.13 + 1.2.17 runtime true commons-codec commons-codec - 1.5 + 1.9 + + + org.hamcrest + hamcrest-core + 1.3 + + + + junit + junit + test + 4.11