|
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-scheduler-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> |
|
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>com.google.cloud</groupId> |
146 | | - <artifactId>google-cloud-core</artifactId> |
147 | | - <version>${google.core.version}</version> |
148 | | - </dependency> |
149 | | - <dependency> |
150 | | - <groupId>org.threeten</groupId> |
151 | | - <artifactId>threetenbp</artifactId> |
152 | | - <version>${threeten.version}</version> |
153 | | - </dependency> |
154 | | - <dependency> |
155 | | - <groupId>javax.annotation</groupId> |
156 | | - <artifactId>javax.annotation-api</artifactId> |
157 | | - <version>${javax.annotations.version}</version> |
158 | | - </dependency> |
159 | | - <dependency> |
160 | | - <groupId>org.codehaus.mojo</groupId> |
161 | | - <artifactId>animal-sniffer-annotations</artifactId> |
162 | | - <version>${animal-sniffer.version}</version> |
163 | | - </dependency> |
164 | | - |
165 | 104 | <dependency> |
166 | 105 | <groupId>junit</groupId> |
167 | 106 | <artifactId>junit</artifactId> |
168 | | - <version>${junit.version}</version> |
| 107 | + <version>4.13</version> |
169 | 108 | <scope>test</scope> |
170 | 109 | </dependency> |
171 | 110 | <!-- google-cloud-pubsub is used for testing --> |
|
176 | 115 | <type>pom</type> |
177 | 116 | <scope>import</scope> |
178 | 117 | </dependency> |
179 | | - <dependency> |
180 | | - <groupId>com.google.api</groupId> |
181 | | - <artifactId>gax-grpc</artifactId> |
182 | | - <version>${gax.version}</version> |
183 | | - <classifier>testlib</classifier> |
184 | | - <scope>test</scope> |
185 | | - </dependency> |
186 | 118 | </dependencies> |
187 | 119 | </dependencyManagement> |
188 | 120 |
|
|
272 | 204 | <link>https://developers.google.com/protocol-buffers/docs/reference/java/</link> |
273 | 205 | <link>https://googleapis.dev/java/google-auth-library/latest/</link> |
274 | 206 | <link>https://googleapis.dev/java/gax/latest/</link> |
275 | | - <link>https://googleapis.github.io/api-common-java/${google.api-common.version}/apidocs/</link> |
| 207 | + <link>https://googleapis.github.io/api-common-java/</link> |
276 | 208 | </links> |
277 | 209 | </configuration> |
278 | 210 | </plugin> |
|
0 commit comments