diff options
author | 2017-05-16 10:42:13 -0400 | |
---|---|---|
committer | 2017-05-16 10:53:00 -0400 | |
commit | 9171c3769046a94a9d9b1a292040bf66b780686a (patch) | |
tree | 1a92f6552ac8e218d8f53e361ad03bfbfc5df474 | |
parent | 2529319fda3944f4d48f8131932c7d5a641b21e1 (diff) |
[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 <dtimoney@att.com>
-rwxr-xr-x | rootpom/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ <artifactId>wagon-webdav-jackrabbit</artifactId> <version>2.10</version> </dependency> + <dependency> + <groupId>org.apache.maven.doxia</groupId> + <artifactId>doxia-core</artifactId> + <version>1.7</version> + </dependency> </dependencies> <executions> <execution> |