|
60 | 60 | </licenses> |
61 | 61 | <properties> |
62 | 62 | <site.installationModule>grafeas</site.installationModule> |
63 | | - <grpc.version>1.29.0</grpc.version> |
64 | | - <api-client.version>1.30.9</api-client.version> |
65 | | - <google.core.version>1.93.5</google.core.version> |
66 | | - <gax.version>1.56.0</gax.version> |
67 | | - <http-client-bom.version>1.35.0</http-client-bom.version> |
68 | | - <guava.version>29.0-android</guava.version> |
69 | | - <junit.version>4.12</junit.version> |
70 | | - <google.common-protos.version>1.18.0</google.common-protos.version> |
71 | | - <protobuf.version>3.12.2</protobuf.version> |
72 | | - <threeten.version>1.4.4</threeten.version> |
73 | | - <google.api-common.version>1.9.2</google.api-common.version> |
74 | | - <junit.version>4.13</junit.version> |
75 | 63 | </properties> |
76 | 64 |
|
77 | 65 | <dependencyManagement> |
78 | 66 | <dependencies> |
79 | | - <dependency> |
80 | | - <groupId>io.grpc</groupId> |
81 | | - <artifactId>grpc-bom</artifactId> |
82 | | - <version>${grpc.version}</version> |
83 | | - <type>pom</type> |
84 | | - <scope>import</scope> |
85 | | - </dependency> |
86 | | - <dependency> |
87 | | - <groupId>com.google.api-client</groupId> |
88 | | - <artifactId>google-api-client-bom</artifactId> |
89 | | - <version>${api-client.version}</version> |
90 | | - <type>pom</type> |
91 | | - <scope>import</scope> |
92 | | - </dependency> |
93 | 67 | <dependency> |
94 | 68 | <groupId>com.google.cloud</groupId> |
95 | | - <artifactId>google-cloud-core-bom</artifactId> |
96 | | - <version>${google.core.version}</version> |
97 | | - <type>pom</type> |
98 | | - <scope>import</scope> |
99 | | - </dependency> |
100 | | - <dependency> |
101 | | - <groupId>com.google.api</groupId> |
102 | | - <artifactId>gax-bom</artifactId> |
103 | | - <version>${gax.version}</version> |
104 | | - <type>pom</type> |
105 | | - <scope>import</scope> |
106 | | - </dependency> |
107 | | - <dependency> |
108 | | - <groupId>com.google.api</groupId> |
109 | | - <artifactId>gax-bom</artifactId> |
110 | | - <version>${gax.version}</version> |
111 | | - <type>pom</type> |
112 | | - <scope>import</scope> |
113 | | - </dependency> |
114 | | - <dependency> |
115 | | - <groupId>com.google.http-client</groupId> |
116 | | - <artifactId>google-http-client-bom</artifactId> |
117 | | - <version>${http-client-bom.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> |
| 69 | + <artifactId>google-cloud-shared-dependencies</artifactId> |
| 70 | + <version>0.8.1</version> |
125 | 71 | <type>pom</type> |
126 | 72 | <scope>import</scope> |
127 | 73 | </dependency> |
|
132 | 78 | <dependency> |
133 | 79 | <groupId>com.google.api.grpc</groupId> |
134 | 80 | <artifactId>proto-google-common-protos</artifactId> |
135 | | - <version>${google.common-protos.version}</version> |
136 | 81 | </dependency> |
137 | 82 | <dependency> |
138 | 83 | <groupId>com.google.protobuf</groupId> |
139 | 84 | <artifactId>protobuf-java</artifactId> |
140 | | - <version>${protobuf.version}</version> |
141 | 85 | </dependency> |
142 | 86 | <dependency> |
143 | 87 | <groupId>com.google.api</groupId> |
144 | 88 | <artifactId>gax-grpc</artifactId> |
145 | | - <version>${gax.version}</version> |
146 | 89 | </dependency> |
147 | 90 | <dependency> |
148 | 91 | <groupId>com.google.guava</groupId> |
149 | 92 | <artifactId>guava</artifactId> |
150 | | - <version>${guava.version}</version> |
151 | 93 | </dependency> |
152 | 94 | <dependency> |
153 | 95 | <groupId>com.google.api</groupId> |
154 | 96 | <artifactId>gax</artifactId> |
155 | | - <version>${gax.version}</version> |
156 | 97 | </dependency> |
157 | 98 | <dependency> |
158 | 99 | <groupId>org.threeten</groupId> |
159 | 100 | <artifactId>threetenbp</artifactId> |
160 | | - <version>${threeten.version}</version> |
161 | 101 | </dependency> |
162 | 102 | <dependency> |
163 | 103 | <groupId>io.grpc</groupId> |
164 | 104 | <artifactId>grpc-api</artifactId> |
165 | | - <version>${grpc.version}</version> |
166 | 105 | </dependency> |
167 | 106 | <dependency> |
168 | 107 | <groupId>io.grpc</groupId> |
169 | 108 | <artifactId>grpc-protobuf</artifactId> |
170 | | - <version>${grpc.version}</version> |
171 | 109 | </dependency> |
172 | 110 | <dependency> |
173 | 111 | <groupId>io.grpc</groupId> |
174 | 112 | <artifactId>grpc-stub</artifactId> |
175 | | - <version>${grpc.version}</version> |
176 | 113 | </dependency> |
177 | 114 | <dependency> |
178 | 115 | <groupId>com.google.api</groupId> |
179 | 116 | <artifactId>api-common</artifactId> |
180 | | - <version>${google.api-common.version}</version> |
181 | 117 | </dependency> |
182 | 118 |
|
183 | 119 | <!-- Test dependencies --> |
184 | 120 | <dependency> |
185 | 121 | <groupId>junit</groupId> |
186 | 122 | <artifactId>junit</artifactId> |
187 | | - <version>${junit.version}</version> |
| 123 | + <version>4.13</version> |
188 | 124 | <scope>test</scope> |
189 | 125 | </dependency> |
190 | 126 | <dependency> |
|
302 | 238 | <link>https://developers.google.com/protocol-buffers/docs/reference/java/</link> |
303 | 239 | <link>https://googleapis.dev/java/google-auth-library/latest/</link> |
304 | 240 | <link>https://googleapis.dev/java/gax/latest/</link> |
305 | | - <link>https://googleapis.github.io/api-common-java/${google.api-common.version}/apidocs/</link> |
| 241 | + <link>https://googleapis.github.io/api-common-java/1.9.0/apidocs/</link> |
306 | 242 | </links> |
307 | 243 | </configuration> |
308 | 244 | </plugin> |
309 | 245 | </plugins> |
310 | 246 | </reporting> |
| 247 | + |
| 248 | + <build> |
| 249 | + <plugins> |
| 250 | + <plugin> |
| 251 | + <groupId>org.codehaus.mojo</groupId> |
| 252 | + <artifactId>flatten-maven-plugin</artifactId> |
| 253 | + </plugin> |
| 254 | + </plugins> |
| 255 | + </build> |
311 | 256 | </project> |
0 commit comments