Frustration galore...I figured out the POM should be as below, but but but, BootstrapConfig is missing, so the tutorial at http://jclouds.apache.org/documentation/quickstart/chef/ is way ahead of its time seems like...or refers to some alternate code line...What version can we trust?
<dependency> <groupId>org.apache.jclouds.api</groupId> <artifactId>chef</artifactId> <version>1.6.2-incubating</version> </dependency> On Thursday, November 21, 2013 5:56 PM, Coder One <[email protected]> wrote: Desperately trying to use maven to grab jclouds chef 1.6.2-incubating...nowhere to be found... There are all kinds of artifacts for chef...api, chef, chef-project, incubating, snapshot, etc.. Thanks.. Anyone knows where I can get the below? <dependency> <groupId>org.apache.jclouds.chef</groupId> <artifactId>jclouds-chef</artifactId> <version>1.6.2-incubating</version> </dependency>
