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