Add profile for building for use with Spark 2.x (#4808)

* Add profile for building for use with Spark 2.x

* Update aws sdk version
This commit is contained in:
Charles Allen 2017-09-18 21:39:40 -07:00 committed by Roman Leventov
parent e38705e348
commit edd9c76fa5
1 changed files with 7 additions and 0 deletions

View File

@ -1154,6 +1154,13 @@
</build>
<profiles>
<profile>
<id>spark2</id>
<properties>
<jackson.version>2.6.5</jackson.version>
<aws.sdk.version>1.11.143</aws.sdk.version>
</properties>
</profile>
<profile>
<id>strict</id>
<build>