> + <dependency> > + <groupId>com.squareup.okhttp</groupId> > + <artifactId>mockwebserver</artifactId> > + <scope>test</scope> > + <exclusions> > + <!-- Already provided by jclouds-sshj --> > + <exclusion> > + <groupId>org.bouncycastle</groupId> > + <artifactId>bcprov-jdk15on</artifactId> > + </exclusion> > + </exclusions> > + </dependency> > + </dependencies> > + > + <profiles> > + <profile>
Indent looks like it's 2-space in POMs elsewhere? E.g. in [core](https://github.com/jclouds/jclouds/blob/master/core/pom.xml)? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/49/files#r9142415