Skip to content

Commit 3d5a4ab

Browse files
rccarpermillems
authored andcommitted
Updating snapshot version and adding aws-crt-client to tests coverage reporting
1 parent e8aaa17 commit 3d5a4ab

File tree

2 files changed

+7
-2
lines changed
  • http-clients/aws-crt-client
  • test/tests-coverage-reporting

2 files changed

+7
-2
lines changed

http-clients/aws-crt-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>http-clients</artifactId>
2323
<groupId>software.amazon.awssdk</groupId>
24-
<version>2.11.2-SNAPSHOT</version>
24+
<version>2.11.7-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

test/tests-coverage-reporting/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
<groupId>software.amazon.awssdk</groupId>
103103
<version>${awsjavasdk.version}</version>
104104
</dependency>
105+
<dependency>
106+
<artifactId>aws-crt-client</artifactId>
107+
<groupId>software.amazon.awssdk</groupId>
108+
<version>${awsjavasdk.version}</version>
109+
</dependency>
105110
<dependency>
106111
<artifactId>url-connection-client</artifactId>
107112
<groupId>software.amazon.awssdk</groupId>
@@ -244,4 +249,4 @@
244249
</plugin>
245250
</plugins>
246251
</build>
247-
</project>
252+
</project>

0 commit comments

Comments
 (0)