We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2e34e commit 5db3969Copy full SHA for 5db3969
1 file changed
test/s3-tests/pom.xml
@@ -81,6 +81,7 @@
81
<groupId>software.amazon.awssdk</groupId>
82
<artifactId>s3</artifactId>
83
<version>${awsjavasdk.version}</version>
84
+ <scope>test</scope>
85
</dependency>
86
<dependency>
87
@@ -115,11 +116,6 @@
115
116
<artifactId>junit-jupiter</artifactId>
117
<scope>test</scope>
118
- <dependency>
119
- <groupId>org.junit.vintage</groupId>
120
- <artifactId>junit-vintage-engine</artifactId>
121
- <scope>test</scope>
122
- </dependency>
123
124
<groupId>org.apache.logging.log4j</groupId>
125
<artifactId>log4j-api</artifactId>
0 commit comments