> + <groupId>com.google.auto.service</groupId> > + <artifactId>auto-service</artifactId> > + <scope>provided</scope> > + </dependency> > + <dependency> > + <groupId>com.google.auto.value</groupId> > + <artifactId>auto-value</artifactId> > + <version>1.0</version> > + <scope>provided</scope> > + </dependency> > + <dependency> > + <groupId>com.googlecode.json-simple</groupId> > + <artifactId>json-simple</artifactId> > + <version>1.1</version> > + <scope>test</scope> > + </dependency> > </dependencies>
Reindent back to 2 spaces --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/188/files#r28423532
