> + <scope>test</scope> > + </dependency> > + <dependency> > + <groupId>ch.qos.logback</groupId> > + <artifactId>logback-classic</artifactId> > + <scope>test</scope> > + </dependency> > + <dependency> > + <groupId>com.squareup.okhttp</groupId> > + <artifactId>mockwebserver</artifactId> > + <scope>test</scope> > + </dependency> > + <dependency> > + <groupId>org.yaml</groupId> > + <artifactId>snakeyaml</artifactId> > + <version>1.13</version>
I assume this will be needed if we're going to parse the Heat templates. Better comment/remove it until it is actually needed? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/138/files#r17110319
