From: Dan Timoney Date: Tue, 16 May 2017 14:42:13 +0000 (-0400) Subject: [SDNC-3] Site build failures X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9171c3769046a94a9d9b1a292040bf66b780686a;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-core Change-Id: I0260b2f6ba681713b5f43a0288a4cf5605c60b96 Signed-off-by: Dan Timoney --- diff --git a/rootpom/pom.xml b/rootpom/pom.xml index 77d2017..49c2de4 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -511,6 +511,11 @@ wagon-webdav-jackrabbit 2.10 + + org.apache.maven.doxia + doxia-core + 1.7 +