Skip to content

Commit

Permalink
Closes #979
Browse files Browse the repository at this point in the history
karaf/features: include snakeyaml 1.17 bundle explicitly

The feature entry for jclouds-all-compute still requires the snakeyaml 1.17 to be explicitly
added. Now both versions of snakeyaml are available.
  • Loading branch information
duncangrant committed Aug 17, 2018
2 parents f722193 + f9b69a5 commit 0f59ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions karaf/features/src/main/feature/feature.xml
Expand Up @@ -268,6 +268,7 @@
it did not prevent it from needing the 1.17 at runtime. Luckily having the two
snakeyaml versions doesn't seem to be a problem. -->
<feature>jclouds-all-compute</feature>
<bundle dependency='true'>mvn:org.yaml/snakeyaml/1.17</bundle>

<!-- Same as allblobstore -->
<feature>jclouds-all-blobstore</feature>
Expand Down

0 comments on commit 0f59ec8

Please sign in to comment.