From 2e7a9c08b91b161984e00611558ca4c1a4c8a529 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Walter?= Date: Wed, 2 Apr 2014 11:40:33 +0000 Subject: [PATCH] introduced dependencies management into main pom git-svn-id: https://svn.apache.org/repos/asf/poi/branches/maven@1583975 13f79535-47bb-0310-9956-ffa450edef68 --- poi-examples/pom.xml | 1 - poi-ooxml-schemas/pom.xml | 1 - poi-ooxml/pom.xml | 5 ---- pom.xml | 52 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 7 deletions(-) diff --git a/poi-examples/pom.xml b/poi-examples/pom.xml index 25b7c0491b..efb8e7929b 100644 --- a/poi-examples/pom.xml +++ b/poi-examples/pom.xml @@ -52,7 +52,6 @@ junit junit - 4.11 \ No newline at end of file diff --git a/poi-ooxml-schemas/pom.xml b/poi-ooxml-schemas/pom.xml index bb7a36614e..ac05e45ba4 100644 --- a/poi-ooxml-schemas/pom.xml +++ b/poi-ooxml-schemas/pom.xml @@ -65,7 +65,6 @@ limitations under the License. org.apache.xmlbeans xmlbeans - 2.3.0 \ No newline at end of file diff --git a/poi-ooxml/pom.xml b/poi-ooxml/pom.xml index 87375fcd85..ca586e26c4 100644 --- a/poi-ooxml/pom.xml +++ b/poi-ooxml/pom.xml @@ -59,20 +59,15 @@ org.apache.xmlbeans xmlbeans - 2.3.0 - dom4j dom4j - 1.6.1 - junit junit - 4.11 diff --git a/pom.xml b/pom.xml index bf0ed81224..53eb2f138c 100644 --- a/pom.xml +++ b/pom.xml @@ -200,6 +200,58 @@ + + + + dom4j + dom4j + 1.6.1 + + + commons-logging + commons-logging + 1.1.3 + runtime + true + + + log4j + log4j + 1.2.17 + runtime + true + + + commons-codec + commons-codec + 1.9 + + + org.apache.xmlbeans + xmlbeans + 2.3.0 + + + org.hamcrest + hamcrest-core + test + 1.3 + + + junit + junit + test + 4.11 + + + org.apache.ant + ant + 1.8.2 + + + + + scm:svn:http://svn.apache.org/repos/asf/poi/trunk scm:svn:https://svn.apache.org/repos/asf/poi/trunk -- 2.39.5