From 9341bb59a63a715d59ab1759a129ae1c435c1e97 Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Sun, 20 Nov 2016 11:08:47 +0200 Subject: [PATCH] Added back dependencies of org.apache.poi 3.15. Added org.apache.commons.codec, org.apache.commons.logging, com.github.virtuald.curvesapi, org.apache.xmlbeans back to external components to be used by org.apache.poi 3.15 which will be manually bundled. refs #6813 Change-Id: I9dbd405a0106a8b05e22d35bcf7a187584b86e57 --- .../org.simantics.sdk.build.p2.site/pom.xml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/releng/org.simantics.sdk.build.p2.site/pom.xml b/releng/org.simantics.sdk.build.p2.site/pom.xml index b4bdca36b..8d13de615 100644 --- a/releng/org.simantics.sdk.build.p2.site/pom.xml +++ b/releng/org.simantics.sdk.build.p2.site/pom.xml @@ -185,11 +185,17 @@ org.ini4j:ini4j:0.5.4 true + + + commons-codec:commons-codec:1.10 + true + commons-collections:commons-collections:3.2.2 true + org.apache.commons:commons-collections4:4.1 true @@ -201,6 +207,11 @@ commons-lang:commons-lang:2.6 true + + + commons-logging:commons-logging:1.2 + true + commons-io:commons-io:1.4 true @@ -217,6 +228,16 @@ org.apache.pdfbox:xmpbox:2.0.3 true + + + org.apache.xmlbeans:xmlbeans:2.6.0 + true + + + + com.github.virtuald:curvesapi:1.04 + true + log4j:log4j:1.2.17 true -- 2.43.2