Repository: servicemix-bundles Updated Branches: refs/heads/master a251e5b80 -> 9e22404b5
[SM-2880]add missing Import-Package ensure it can build by JAVA8 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/9e22404b Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/9e22404b Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/9e22404b Branch: refs/heads/master Commit: 9e22404b5dcf4a35f3be3aeeeab5e06256ffc67f Parents: a251e5b Author: Freeman Fang <[email protected]> Authored: Wed Feb 17 11:33:56 2016 +0800 Committer: Freeman Fang <[email protected]> Committed: Wed Feb 17 11:33:56 2016 +0800 ---------------------------------------------------------------------- pom.xml | 1 + xalan-2.7.2/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/9e22404b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1829f65..2b40b49 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ <modules> <!-- add modules for all bundles to released in the next batch here --> + <module>xalan-2.7.2</module> </modules> </project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/9e22404b/xalan-2.7.2/pom.xml ---------------------------------------------------------------------- diff --git a/xalan-2.7.2/pom.xml b/xalan-2.7.2/pom.xml index bbcd606..59c6f4c 100644 --- a/xalan-2.7.2/pom.xml +++ b/xalan-2.7.2/pom.xml @@ -61,6 +61,7 @@ javax.xml.transform.sax, javax.xml.transform.stream, javax.xml.xpath, + javax.xml, org.w3c.dom*, org.xml.sax* </servicemix.osgi.import.pkg>
