https://issues.apache.org/jira/browse/JCLOUDS-897
Remove the Rocoto dependency but keep the property expand feature. Note that this patch also adds an exclusion for the `StringBuffer` constructor, as it is the object required by the java `Matcher` to perform the string replacements. We should be able to remove the exclusion once https://github.com/andrewgaul/modernizer-maven-plugin/issues/3 is fixed. /cc @andrewgaul You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/738 -- Commit Summary -- * JCLOUDS-897: Remove the Rocoto dependency * Configure Modernizer exclusion to allow the needed StringBuilder -- File Changes -- M .gitignore (2) M apis/swift/src/test/java/org/jclouds/openstack/swift/internal/BasePayloadTest.java (16) M core/pom.xml (10) M core/src/main/java/org/jclouds/ContextBuilder.java (23) D core/src/main/java/org/jclouds/config/BindPropertiesToExpandedValues.java (62) A core/src/main/java/org/jclouds/functions/ExpandProperties.java (110) M core/src/test/java/org/jclouds/ContextBuilderTest.java (37) M core/src/test/java/org/jclouds/apis/JcloudsTestBlobStoreApiMetadata.java (2) D core/src/test/java/org/jclouds/config/BindPropertiesToExpandedValuesTest.java (45) A core/src/test/java/org/jclouds/functions/ExpandPropertiesTest.java (74) M resources/modernizer_exclusions.txt (1) -- Patch Links -- https://github.com/jclouds/jclouds/pull/738.patch https://github.com/jclouds/jclouds/pull/738.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/738
