|
63 | 63 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
64 | 64 | <github.global.server>github</github.global.server> |
65 | 65 | <site.installationModule>google-cloud-securitycenter-parent</site.installationModule> |
66 | | - <google.core.version>1.91.1</google.core.version> |
67 | | - <google.api-common.version>1.9.2</google.api-common.version> |
68 | | - <google.common-protos.version>1.18.0</google.common-protos.version> |
69 | | - <gax.version>1.57.0</gax.version> |
70 | | - <grpc.version>1.30.0</grpc.version> |
71 | | - <protobuf.version>3.12.2</protobuf.version> |
72 | | - <junit.version>4.13</junit.version> |
73 | | - <guava.version>29.0-android</guava.version> |
74 | | - <threeten.version>1.4.4</threeten.version> |
75 | | - <javax.annotations.version>1.3.2</javax.annotations.version> |
76 | | - <animal-sniffer.version>1.18</animal-sniffer.version> |
77 | | - <google.proto-iam.version>0.13.0</google.proto-iam.version> |
78 | 66 | </properties> |
79 | 67 |
|
80 | 68 | <dependencyManagement> |
|
116 | 104 | </dependency> |
117 | 105 |
|
118 | 106 | <dependency> |
119 | | - <groupId>io.grpc</groupId> |
120 | | - <artifactId>grpc-bom</artifactId> |
121 | | - <version>${grpc.version}</version> |
122 | | - <type>pom</type> |
123 | | - <scope>import</scope> |
124 | | - </dependency> |
125 | | - <dependency> |
126 | | - <groupId>com.google.api</groupId> |
127 | | - <artifactId>gax-bom</artifactId> |
128 | | - <version>${gax.version}</version> |
129 | | - <type>pom</type> |
130 | | - <scope>import</scope> |
131 | | - </dependency> |
132 | | - <dependency> |
133 | | - <groupId>com.google.guava</groupId> |
134 | | - <artifactId>guava-bom</artifactId> |
135 | | - <version>${guava.version}</version> |
| 107 | + <groupId>com.google.cloud</groupId> |
| 108 | + <artifactId>google-cloud-shared-dependencies</artifactId> |
| 109 | + <version>0.8.1</version> |
136 | 110 | <type>pom</type> |
137 | 111 | <scope>import</scope> |
138 | 112 | </dependency> |
139 | 113 |
|
140 | | - <dependency> |
141 | | - <groupId>com.google.protobuf</groupId> |
142 | | - <artifactId>protobuf-java</artifactId> |
143 | | - <version>${protobuf.version}</version> |
144 | | - </dependency> |
145 | | - <dependency> |
146 | | - <groupId>com.google.api</groupId> |
147 | | - <artifactId>api-common</artifactId> |
148 | | - <version>${google.api-common.version}</version> |
149 | | - </dependency> |
150 | | - <dependency> |
151 | | - <groupId>com.google.api.grpc</groupId> |
152 | | - <artifactId>proto-google-common-protos</artifactId> |
153 | | - <version>${google.common-protos.version}</version> |
154 | | - </dependency> |
155 | | - <dependency> |
156 | | - <groupId>org.threeten</groupId> |
157 | | - <artifactId>threetenbp</artifactId> |
158 | | - <version>${threeten.version}</version> |
159 | | - </dependency> |
160 | | - <dependency> |
161 | | - <groupId>javax.annotation</groupId> |
162 | | - <artifactId>javax.annotation-api</artifactId> |
163 | | - <version>${javax.annotations.version}</version> |
164 | | - </dependency> |
165 | | - <dependency> |
166 | | - <groupId>org.codehaus.mojo</groupId> |
167 | | - <artifactId>animal-sniffer-annotations</artifactId> |
168 | | - <version>${animal-sniffer.version}</version> |
169 | | - </dependency> |
170 | | - <dependency> |
171 | | - <groupId>com.google.api.grpc</groupId> |
172 | | - <artifactId>proto-google-iam-v1</artifactId> |
173 | | - <version>${google.proto-iam.version}</version> |
174 | | - </dependency> |
175 | | - |
176 | | - |
177 | 114 | <dependency> |
178 | 115 | <groupId>junit</groupId> |
179 | 116 | <artifactId>junit</artifactId> |
180 | | - <version>${junit.version}</version> |
181 | | - <scope>test</scope> |
182 | | - </dependency> |
183 | | - <dependency> |
184 | | - <groupId>com.google.api</groupId> |
185 | | - <artifactId>gax-grpc</artifactId> |
186 | | - <version>${gax.version}</version> |
187 | | - <classifier>testlib</classifier> |
| 117 | + <version>4.13</version> |
188 | 118 | <scope>test</scope> |
189 | 119 | </dependency> |
190 | 120 | </dependencies> |
|
278 | 208 | <link>https://developers.google.com/protocol-buffers/docs/reference/java/</link> |
279 | 209 | <link>https://googleapis.dev/java/google-auth-library/latest/</link> |
280 | 210 | <link>https://googleapis.dev/java/gax/latest/</link> |
281 | | - <link>https://googleapis.github.io/api-common-java/${google.api-common.version}/apidocs/</link> |
| 211 | + <link>https://googleapis.github.io/api-common-java/</link> |
282 | 212 | </links> |
283 | 213 | </configuration> |
284 | 214 | </plugin> |
|
0 commit comments