|
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-monitoring-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>
|
|
95 | 84 | </dependency>
|
96 | 85 |
|
97 | 86 | <dependency>
|
98 |
| - <groupId>io.grpc</groupId> |
99 |
| - <artifactId>grpc-bom</artifactId> |
100 |
| - <version>${grpc.version}</version> |
101 |
| - <type>pom</type> |
102 |
| - <scope>import</scope> |
103 |
| - </dependency> |
104 |
| - <dependency> |
105 |
| - <groupId>com.google.api</groupId> |
106 |
| - <artifactId>gax-bom</artifactId> |
107 |
| - <version>${gax.version}</version> |
108 |
| - <type>pom</type> |
109 |
| - <scope>import</scope> |
110 |
| - </dependency> |
111 |
| - <dependency> |
112 |
| - <groupId>com.google.guava</groupId> |
113 |
| - <artifactId>guava-bom</artifactId> |
114 |
| - <version>${guava.version}</version> |
| 87 | + <groupId>com.google.cloud</groupId> |
| 88 | + <artifactId>google-cloud-shared-dependencies</artifactId> |
| 89 | + <version>0.8.1</version> |
115 | 90 | <type>pom</type>
|
116 | 91 | <scope>import</scope>
|
117 | 92 | </dependency>
|
118 | 93 |
|
119 |
| - <dependency> |
120 |
| - <groupId>com.google.protobuf</groupId> |
121 |
| - <artifactId>protobuf-java</artifactId> |
122 |
| - <version>${protobuf.version}</version> |
123 |
| - </dependency> |
124 |
| - <dependency> |
125 |
| - <groupId>com.google.api</groupId> |
126 |
| - <artifactId>api-common</artifactId> |
127 |
| - <version>${google.api-common.version}</version> |
128 |
| - </dependency> |
129 |
| - <dependency> |
130 |
| - <groupId>com.google.api.grpc</groupId> |
131 |
| - <artifactId>proto-google-common-protos</artifactId> |
132 |
| - <version>${google.common-protos.version}</version> |
133 |
| - </dependency> |
134 |
| - <dependency> |
135 |
| - <groupId>org.threeten</groupId> |
136 |
| - <artifactId>threetenbp</artifactId> |
137 |
| - <version>${threeten.version}</version> |
138 |
| - </dependency> |
139 |
| - <dependency> |
140 |
| - <groupId>javax.annotation</groupId> |
141 |
| - <artifactId>javax.annotation-api</artifactId> |
142 |
| - <version>${javax.annotations.version}</version> |
143 |
| - </dependency> |
144 |
| - <dependency> |
145 |
| - <groupId>org.codehaus.mojo</groupId> |
146 |
| - <artifactId>animal-sniffer-annotations</artifactId> |
147 |
| - <version>${animal-sniffer.version}</version> |
148 |
| - </dependency> |
149 |
| - |
150 | 94 | <dependency>
|
151 | 95 | <groupId>junit</groupId>
|
152 | 96 | <artifactId>junit</artifactId>
|
153 |
| - <version>${junit.version}</version> |
154 |
| - <scope>test</scope> |
155 |
| - </dependency> |
156 |
| - <dependency> |
157 |
| - <groupId>com.google.api</groupId> |
158 |
| - <artifactId>gax-grpc</artifactId> |
159 |
| - <version>${gax.version}</version> |
160 |
| - <classifier>testlib</classifier> |
| 97 | + <version>4.13</version> |
161 | 98 | <scope>test</scope>
|
162 | 99 | </dependency>
|
163 | 100 | </dependencies>
|
|
247 | 184 | <link>https://developers.google.com/protocol-buffers/docs/reference/java/</link>
|
248 | 185 | <link>https://googleapis.dev/java/google-auth-library/latest/</link>
|
249 | 186 | <link>https://googleapis.dev/java/gax/latest/</link>
|
250 |
| - <link>https://googleapis.github.io/api-common-java/${google.api-common.version}/apidocs/</link> |
| 187 | + <link>https://googleapis.github.io/api-common-java/</link> |
251 | 188 | </links>
|
252 | 189 | </configuration>
|
253 | 190 | </plugin>
|
|
0 commit comments