> +Required Maven dependencies: > +<dependency> > + <groupId>org.apache.jclouds</groupId> > + <artifactId>jclouds-all</artifactId> > + <version>1.8.0</version> > +</dependency> > +<dependency> > + <groupId>org.apache.jclouds.driver</groupId> > + <artifactId>jclouds-log4j</artifactId> > + <version>1.8.0</version> > +</dependency> > +<dependency> > + <groupId>org.apache.jclouds.driver</groupId> > + <artifactId>jclouds-sshj</artifactId> > + <version>1.8.0</version> > +</dependency>
This is one possible dependency set, but we definitely don't want to recommend that people use `jclouds-all` all the time. Similarly, you may not want log4j as your logging framework. So I think we need some comments here. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/129/files#r18223523
