Skip to content

Commit

Permalink
Remove Robolectric dependency from S3 integration tests (#1450)
Browse files Browse the repository at this point in the history
* Remove unused import statement

* Remove dependency on Robolectric for S3 integration tests
  • Loading branch information
raphkim authored and desokroshan committed Jan 23, 2020
1 parent 8967e31 commit 4173c9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion aws-android-sdk-s3-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation project(":aws-android-sdk-testutils")
androidTestImplementation 'org.apache.commons:commons-io:1.3.2'
androidTestImplementation 'org.robolectric:robolectric:3.8'
}

devicefarm {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@
import com.amazonaws.services.s3.model.SSEAwsKeyManagementParams;
import com.amazonaws.services.s3.model.SetObjectTaggingRequest;
import com.amazonaws.services.s3.model.Tag;
import com.amazonaws.util.Base64;
import com.amazonaws.util.IOUtils;

import org.apache.commons.codec.digest.DigestUtils;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
Expand Down

0 comments on commit 4173c9b

Please sign in to comment.