NIFI-3153 Updating AWS SDK Version

This closes #1341.
This commit is contained in:
James Wing 2016-12-17 13:30:27 -08:00 committed by Pierre Villard
parent 81aca7b97d
commit 1195d4c186
2 changed files with 2 additions and 2 deletions

View File

@ -334,7 +334,7 @@ public class ITPutS3Object extends AbstractS3IT {
public void testGetPropertyDescriptors() throws Exception { public void testGetPropertyDescriptors() throws Exception {
PutS3Object processor = new PutS3Object(); PutS3Object processor = new PutS3Object();
List<PropertyDescriptor> pd = processor.getSupportedPropertyDescriptors(); List<PropertyDescriptor> pd = processor.getSupportedPropertyDescriptors();
assertEquals("size should be eq", 27, pd.size()); assertEquals("size should be eq", 28, pd.size());
assertTrue(pd.contains(PutS3Object.ACCESS_KEY)); assertTrue(pd.contains(PutS3Object.ACCESS_KEY));
assertTrue(pd.contains(PutS3Object.AWS_CREDENTIALS_PROVIDER_SERVICE)); assertTrue(pd.contains(PutS3Object.AWS_CREDENTIALS_PROVIDER_SERVICE));
assertTrue(pd.contains(PutS3Object.BUCKET)); assertTrue(pd.contains(PutS3Object.BUCKET));

View File

@ -1375,7 +1375,7 @@ language governing permissions and limitations under the License. -->
<dependency> <dependency>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId> <artifactId>aws-java-sdk</artifactId>
<version>1.11.8</version> <version>1.11.68</version>
</dependency> </dependency>
<!-- Ranger dependencies, only included when using -Pinclude-ranger --> <!-- Ranger dependencies, only included when using -Pinclude-ranger -->
<dependency> <dependency>