aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-05-16 08:27:42 -0400
committerDan Timoney <dtimoney@att.com>2017-05-16 08:27:56 -0400
commit2529319fda3944f4d48f8131932c7d5a641b21e1 (patch)
tree0504ff8ea538662b607971aa9e6aab989941a111
parentca831ee3d863f31ca679c8f04409c03f718ee5db (diff)
[SDNC-3] Site build failures
Site build fails due to class not found exception on a doxia class. Updating mave-site-plugin dependency config to look like mso/libs, which does not have this problem Change-Id: I9e9473e100596c02213213561c8869cfc8d81ebe Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xrootpom/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/rootpom/pom.xml b/rootpom/pom.xml
index aab4161..77d2017 100755
--- a/rootpom/pom.xml
+++ b/rootpom/pom.xml
@@ -506,11 +506,6 @@
<artifactId>maven-site-plugin</artifactId>
<version>3.6</version>
<dependencies>
- <dependency><!-- add support for ssh/scp -->
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh</artifactId>
- <version>1.0</version>
- </dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav-jackrabbit</artifactId>