From b65bdeb4d511c65220ba0233456e7e28162c07d4 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 16 May 2017 11:38:20 -0400 Subject: [SDNC-3] Site build failures Site build fails due to class not found exception on a doxia class. Adding dependency on doxia-sink-api and doxia-logging-api Change-Id: Ie4a926996c31167e01c62ab026b7139b55a7356e Signed-off-by: Dan Timoney --- rootpom/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/rootpom/pom.xml b/rootpom/pom.xml index 49c2de4..8c26b9c 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -516,6 +516,16 @@ doxia-core 1.7 + + org.apache.maven.doxia + doxia-sink-api + 1.7 + + + org.apache.maven.doxia + doxia-logging-api + 1.7 + -- cgit 1.2.3-korg