From 9171c3769046a94a9d9b1a292040bf66b780686a Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 16 May 2017 10:42:13 -0400 Subject: [PATCH] [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 --- rootpom/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) 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 + -- 2.16.6