|
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-talent-parent</site.installationModule>
|
66 |
| - <google.core.version>1.93.5</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>
|
|
100 | 89 | </dependency>
|
101 | 90 |
|
102 | 91 | <dependency>
|
103 |
| - <groupId>io.grpc</groupId> |
104 |
| - <artifactId>grpc-bom</artifactId> |
105 |
| - <version>${grpc.version}</version> |
106 |
| - <type>pom</type> |
107 |
| - <scope>import</scope> |
108 |
| - </dependency> |
109 |
| - <dependency> |
110 |
| - <groupId>com.google.api</groupId> |
111 |
| - <artifactId>gax-bom</artifactId> |
112 |
| - <version>${gax.version}</version> |
113 |
| - <type>pom</type> |
114 |
| - <scope>import</scope> |
115 |
| - </dependency> |
116 |
| - <dependency> |
117 |
| - <groupId>com.google.guava</groupId> |
118 |
| - <artifactId>guava-bom</artifactId> |
119 |
| - <version>${guava.version}</version> |
| 92 | + <groupId>com.google.cloud</groupId> |
| 93 | + <artifactId>google-cloud-shared-dependencies</artifactId> |
| 94 | + <version>0.8.1</version> |
120 | 95 | <type>pom</type>
|
121 | 96 | <scope>import</scope>
|
122 | 97 | </dependency>
|
123 | 98 |
|
124 |
| - <dependency> |
125 |
| - <groupId>com.google.protobuf</groupId> |
126 |
| - <artifactId>protobuf-java</artifactId> |
127 |
| - <version>${protobuf.version}</version> |
128 |
| - </dependency> |
129 |
| - <dependency> |
130 |
| - <groupId>com.google.api</groupId> |
131 |
| - <artifactId>api-common</artifactId> |
132 |
| - <version>${google.api-common.version}</version> |
133 |
| - </dependency> |
134 |
| - <dependency> |
135 |
| - <groupId>com.google.api.grpc</groupId> |
136 |
| - <artifactId>proto-google-common-protos</artifactId> |
137 |
| - <version>${google.common-protos.version}</version> |
138 |
| - </dependency> |
139 |
| - <dependency> |
140 |
| - <groupId>com.google.cloud</groupId> |
141 |
| - <artifactId>google-cloud-core</artifactId> |
142 |
| - <version>${google.core.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 | 99 | <dependency>
|
161 | 100 | <groupId>junit</groupId>
|
162 | 101 | <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> |
| 102 | + <version>4.13</version> |
171 | 103 | <scope>test</scope>
|
172 | 104 | </dependency>
|
173 | 105 | </dependencies>
|
|
257 | 189 | <link>https://developers.google.com/protocol-buffers/docs/reference/java/</link>
|
258 | 190 | <link>https://googleapis.dev/java/google-auth-library/latest/</link>
|
259 | 191 | <link>https://googleapis.dev/java/gax/latest/</link>
|
260 |
| - <link>https://googleapis.github.io/api-common-java/${google.api-common.version}/apidocs/</link> |
| 192 | + <link>https://googleapis.github.io/api-common-java/</link> |
261 | 193 | </links>
|
262 | 194 | </configuration>
|
263 | 195 | </plugin>
|
|
0 commit comments