Repository: openmeetings Updated Branches: refs/heads/master c5aa13d0c -> 4c954700d
no jira: offline build is fixed Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/4c954700 Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/4c954700 Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/4c954700 Branch: refs/heads/master Commit: 4c954700ded9ae6f2d886ecaa3cdaf2a3f35c4e3 Parents: c5aa13d Author: Maxim Solodovnik <[email protected]> Authored: Mon Sep 25 17:30:07 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Mon Sep 25 17:30:07 2017 +0700 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4c954700/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 78ed80a..3ef8d3b 100644 --- a/pom.xml +++ b/pom.xml @@ -954,6 +954,13 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>xml-maven-plugin</artifactId> <version>1.0.1</version> + <dependencies> + <dependency> + <groupId>net.sf.saxon</groupId> + <artifactId>saxon</artifactId> + <version>8.7</version> + </dependency> + </dependencies> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>
