> + <version>${jclouds.version}</version> > + </dependency> > + <dependency> > + <groupId>org.apache.jclouds.labs</groupId> > + <artifactId>oauth</artifactId> > + <version>${project.version}</version> > + <type>jar</type> > + </dependency> > + <dependency> > + <groupId>org.apache.jclouds.labs</groupId> > + <artifactId>oauth</artifactId> > + <version>${project.version}</version> > + <type>test-jar</type> > + <scope>test</scope> > + </dependency> > + <dependency>
Move this one above the test deps? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/25/files#r13062062