Skip to content

Commit 616e096

Browse files
committed
Add test dependency for aws-query-protocol
1 parent fea1c5c commit 616e096

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,13 @@
116116
<optional>true</optional>
117117
</dependency>
118118

119+
<dependency>
120+
<groupId>software.amazon.awssdk</groupId>
121+
<artifactId>aws-query-protocol</artifactId>
122+
<version>2.20.154</version>
123+
<scope>test</scope>
124+
</dependency>
125+
119126
<dependency>
120127
<groupId>io.avaje</groupId>
121128
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)