Repository: airavata Updated Branches: refs/heads/master 4e47079e0 -> ff380e00f
To resolve build error. AIRAVATA-1473 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/ff380e00 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/ff380e00 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/ff380e00 Branch: refs/heads/master Commit: ff380e00fbad7ca78e5ef280f768539a762355fe Parents: 4e47079 Author: raminder <[email protected]> Authored: Mon Oct 20 14:33:05 2014 -0400 Committer: raminder <[email protected]> Committed: Mon Oct 20 14:33:05 2014 -0400 ---------------------------------------------------------------------- modules/gfac/gfac-bes/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/ff380e00/modules/gfac/gfac-bes/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-bes/pom.xml b/modules/gfac/gfac-bes/pom.xml index f27de1f..7dc88da 100644 --- a/modules/gfac/gfac-bes/pom.xml +++ b/modules/gfac/gfac-bes/pom.xml @@ -147,5 +147,21 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>net.sf.saxon</groupId> + <artifactId>saxon</artifactId> + <version>8.7</version> + </dependency> + <dependency> + <groupId>net.sf.saxon</groupId> + <artifactId>saxon-dom</artifactId> + <version>8.7</version> + </dependency> + <dependency> + <groupId>net.sf.saxon</groupId> + <artifactId>saxon-xpath</artifactId> + <version>8.7</version> + </dependency> + </dependencies> </project>
