From: Tuukka Lehtonen Date: Wed, 21 Mar 2018 16:07:51 +0000 (+0200) Subject: Included Jaxen in the platform's external-components X-Git-Tag: v1.43.0~136^2~531^2 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=7552ff1578c53bb92e7bba8af9d69d50dcdc2f29;ds=sidebyside Included Jaxen in the platform's external-components JDom2 requires Jaxen in its classpath to perform non-validating XML parsing and it is not available at the moment in its classpath. refs #7833 Change-Id: I961370f9c09c10dd61fe49f0147cd32716f010ef --- diff --git a/releng/org.simantics.sdk.build.p2.site/pom.xml b/releng/org.simantics.sdk.build.p2.site/pom.xml index 49d48ea77..4eceda52c 100644 --- a/releng/org.simantics.sdk.build.p2.site/pom.xml +++ b/releng/org.simantics.sdk.build.p2.site/pom.xml @@ -13,6 +13,7 @@ 4.9.0 4.9.0.b0003 org.apache.lucene4 + 1.1.6 2.0.6 2.0.6.b0001 2.8.8 @@ -156,6 +157,10 @@ !org.apache.lucene.*,*;resolution:=optional + + jaxen:jaxen:${jaxen.version} + true + org.jdom:jdom2:${jdom.version} true