Skip to content

Commit 9d30530

Browse files
committed
TIKA-4525: restore aws v1
1 parent f24204d commit 9d30530

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • tika-integration-tests/tika-pipes-s3-integration-tests

tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>
83-
<groupId>com.amazonaws</groupId>
84-
<artifactId>aws-java-sdk-s3</artifactId>
83+
<groupId>com.amazonaws</groupId>
84+
<artifactId>aws-java-sdk-s3</artifactId>
85+
<scope>test</scope>
8586
</dependency>
8687
</dependencies>
8788

0 commit comments

Comments
 (0)