Skip to content

Commit f0ac270

Browse files
committed
test: fix release tests by excluding gax snapshot
1 parent c4dbff2 commit f0ac270

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

  • sdk-platform-java/pqc-test/pqc-test-release

sdk-platform-java/pqc-test/pqc-test-release/pom.xml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,24 @@
1414
<artifactId>pqc-test-release</artifactId>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>com.google.http-client</groupId>
19-
<artifactId>google-http-client</artifactId>
20-
<version>2.1.1-SNAPSHOT</version>
21-
</dependency>
2217
<dependency>
2318
<groupId>com.google.api</groupId>
2419
<artifactId>pqc-test-common</artifactId>
2520
<version>2.81.0-SNAPSHOT</version>
21+
<exclusions>
22+
<exclusion>
23+
<groupId>com.google.api</groupId>
24+
<artifactId>gax</artifactId>
25+
</exclusion>
26+
<exclusion>
27+
<groupId>com.google.api</groupId>
28+
<artifactId>gax-grpc</artifactId>
29+
</exclusion>
30+
<exclusion>
31+
<groupId>com.google.api</groupId>
32+
<artifactId>gax-httpjson</artifactId>
33+
</exclusion>
34+
</exclusions>
2635
</dependency>
2736
<dependency>
2837
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)