|
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-recaptchaenterprise-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.56.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 | 66 | </properties> |
78 | 67 |
|
79 | 68 | <dependencyManagement> |
|
105 | 94 | </dependency> |
106 | 95 |
|
107 | 96 | <dependency> |
108 | | - <groupId>io.grpc</groupId> |
109 | | - <artifactId>grpc-bom</artifactId> |
110 | | - <version>${grpc.version}</version> |
111 | | - <type>pom</type> |
112 | | - <scope>import</scope> |
113 | | - </dependency> |
114 | | - <dependency> |
115 | | - <groupId>com.google.api</groupId> |
116 | | - <artifactId>gax-bom</artifactId> |
117 | | - <version>${gax.version}</version> |
118 | | - <type>pom</type> |
119 | | - <scope>import</scope> |
120 | | - </dependency> |
121 | | - <dependency> |
122 | | - <groupId>com.google.guava</groupId> |
123 | | - <artifactId>guava-bom</artifactId> |
124 | | - <version>${guava.version}</version> |
| 97 | + <groupId>com.google.cloud</groupId> |
| 98 | + <artifactId>google-cloud-shared-dependencies</artifactId> |
| 99 | + <version>0.8.1</version> |
125 | 100 | <type>pom</type> |
126 | 101 | <scope>import</scope> |
127 | 102 | </dependency> |
128 | 103 |
|
129 | | - <dependency> |
130 | | - <groupId>com.google.protobuf</groupId> |
131 | | - <artifactId>protobuf-java</artifactId> |
132 | | - <version>${protobuf.version}</version> |
133 | | - </dependency> |
134 | | - <dependency> |
135 | | - <groupId>com.google.api</groupId> |
136 | | - <artifactId>api-common</artifactId> |
137 | | - <version>${google.api-common.version}</version> |
138 | | - </dependency> |
139 | | - <dependency> |
140 | | - <groupId>com.google.api.grpc</groupId> |
141 | | - <artifactId>proto-google-common-protos</artifactId> |
142 | | - <version>${google.common-protos.version}</version> |
143 | | - </dependency> |
144 | | - <dependency> |
145 | | - <groupId>org.threeten</groupId> |
146 | | - <artifactId>threetenbp</artifactId> |
147 | | - <version>${threeten.version}</version> |
148 | | - </dependency> |
149 | | - <dependency> |
150 | | - <groupId>javax.annotation</groupId> |
151 | | - <artifactId>javax.annotation-api</artifactId> |
152 | | - <version>${javax.annotations.version}</version> |
153 | | - </dependency> |
154 | | - <dependency> |
155 | | - <groupId>org.codehaus.mojo</groupId> |
156 | | - <artifactId>animal-sniffer-annotations</artifactId> |
157 | | - <version>${animal-sniffer.version}</version> |
158 | | - </dependency> |
159 | | - |
160 | 104 | <dependency> |
161 | 105 | <groupId>junit</groupId> |
162 | 106 | <artifactId>junit</artifactId> |
163 | | - <version>${junit.version}</version> |
164 | | - <scope>test</scope> |
165 | | - </dependency> |
166 | | - <dependency> |
167 | | - <groupId>com.google.api</groupId> |
168 | | - <artifactId>gax-grpc</artifactId> |
169 | | - <version>${gax.version}</version> |
170 | | - <classifier>testlib</classifier> |
| 107 | + <version>4.13</version> |
171 | 108 | <scope>test</scope> |
172 | 109 | </dependency> |
173 | 110 | </dependencies> |
|
259 | 196 | <link>https://developers.google.com/protocol-buffers/docs/reference/java/</link> |
260 | 197 | <link>https://googleapis.dev/java/google-auth-library/latest/</link> |
261 | 198 | <link>https://googleapis.dev/java/gax/latest/</link> |
262 | | - <link>https://googleapis.github.io/api-common-java/${google.api-common.version}/apidocs/</link> |
| 199 | + <link>https://googleapis.github.io/api-common-java/</link> |
263 | 200 | </links> |
264 | 201 | </configuration> |
265 | 202 | </plugin> |
|
0 commit comments