|
12 | 12 | <groupId>com.google.cloud</groupId>
|
13 | 13 | <artifactId>google-cloud-shared-config</artifactId>
|
14 | 14 | <version>1.5.5</version>
|
| 15 | + <relativePath/> |
15 | 16 | </parent>
|
16 | 17 |
|
17 | 18 | <developers>
|
|
48 | 49 | <groupId>com.google.api</groupId>
|
49 | 50 | <artifactId>gax</artifactId>
|
50 | 51 | <version>2.23.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
|
| 52 | + <type>test-jar</type> |
51 | 53 | <classifier>testlib</classifier>
|
52 | 54 | </dependency>
|
| 55 | + <dependency> |
| 56 | + <groupId>com.google.api</groupId> |
| 57 | + <artifactId>gax</artifactId> |
| 58 | + <version>2.23.3-SNAPSHOT</version><!-- {x-version-update:gax:current} --> |
| 59 | + <classifier>testlib</classifier> |
| 60 | + </dependency> |
| 61 | + <dependency> |
| 62 | + <groupId>com.google.api</groupId> |
| 63 | + <artifactId>gax-grpc</artifactId> |
| 64 | + <version>2.23.3-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} --> |
| 65 | + </dependency> |
53 | 66 | <dependency>
|
54 | 67 | <groupId>com.google.api</groupId>
|
55 | 68 | <artifactId>gax-grpc</artifactId>
|
56 | 69 | <version>2.23.3-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
|
| 70 | + <type>test-jar</type> |
| 71 | + <classifier>testlib</classifier> |
57 | 72 | </dependency>
|
58 | 73 | <dependency>
|
59 | 74 | <groupId>com.google.api</groupId>
|
|
66 | 81 | <artifactId>gax-httpjson</artifactId>
|
67 | 82 | <version>0.108.3-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
|
68 | 83 | </dependency>
|
| 84 | + <dependency> |
| 85 | + <groupId>com.google.api</groupId> |
| 86 | + <artifactId>gax-httpjson</artifactId> |
| 87 | + <version>0.108.3-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} --> |
| 88 | + <type>test-jar</type> |
| 89 | + <classifier>testlib</classifier> |
| 90 | + </dependency> |
69 | 91 | <dependency>
|
70 | 92 | <groupId>com.google.api</groupId>
|
71 | 93 | <artifactId>gax-httpjson</artifactId>
|
|
0 commit comments