From: Dan Timoney Date: Tue, 16 May 2017 15:38:20 +0000 (-0400) Subject: [SDNC-3] Site build failures X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b65bdeb4d511c65220ba0233456e7e28162c07d4;p=sdnc%2Fcore.git [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 --- 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 +