|
63 | 63 | <project.reporting.outputEncoding>UTF-8project.reporting.outputEncoding>
|
64 | 64 | <github.global.server>githubgithub.global.server>
|
65 | 65 | <site.installationModule>google-cloud-bigquerydatatransfer-parentsite.installationModule>
|
66 |
| - <google.core.version>1.93.0google.core.version> |
67 |
| - <google.api-common.version>1.9.0google.api-common.version> |
68 |
| - <google.common-protos.version>1.17.0google.common-protos.version> |
69 |
| - <gax.version>1.56.0gax.version> |
70 |
| - <grpc.version>1.28.1grpc.version> |
71 |
| - <protobuf.version>3.11.4protobuf.version> |
72 |
| - <junit.version>4.13junit.version> |
73 |
| - <guava.version>29.0-androidguava.version> |
74 |
| - <threeten.version>1.4.3threeten.version> |
75 |
| - <javax.annotations.version>1.3.2javax.annotations.version> |
76 |
| - <animal-sniffer.version>1.18animal-sniffer.version> |
77 | 66 | properties>
|
78 | 67 |
|
79 | 68 | <dependencyManagement>
|
80 | 69 | <dependencies>
|
| 70 | + <dependency> |
| 71 | + <groupId>com.google.cloudgroupId> |
| 72 | + <artifactId>google-cloud-shared-dependenciesartifactId> |
| 73 | + <version>0.1.1version> |
| 74 | + <type>pomtype> |
| 75 | + <scope>importscope> |
| 76 | + dependency> |
81 | 77 | <dependency>
|
82 | 78 | <groupId>com.google.api.grpcgroupId>
|
83 | 79 | <artifactId>proto-google-cloud-bigquerydatatransfer-v1artifactId>
|
|
93 | 89 | <artifactId>google-cloud-bigquerydatatransferartifactId>
|
94 | 90 | <version>0.126.1-beta-SNAPSHOTversion>
|
95 | 91 | dependency>
|
96 |
| - |
97 |
| - <dependency> |
98 |
| - <groupId>io.grpcgroupId> |
99 |
| - <artifactId>grpc-bomartifactId> |
100 |
| - <version>${grpc.version}version> |
101 |
| - <type>pomtype> |
102 |
| - <scope>importscope> |
103 |
| - dependency> |
104 |
| - <dependency> |
105 |
| - <groupId>com.google.apigroupId> |
106 |
| - <artifactId>gax-bomartifactId> |
107 |
| - <version>${gax.version}version> |
108 |
| - <type>pomtype> |
109 |
| - <scope>importscope> |
110 |
| - dependency> |
111 |
| - <dependency> |
112 |
| - <groupId>com.google.guavagroupId> |
113 |
| - <artifactId>guava-bomartifactId> |
114 |
| - <version>${guava.version}version> |
115 |
| - <type>pomtype> |
116 |
| - <scope>importscope> |
117 |
| - dependency> |
118 |
| - |
119 |
| - <dependency> |
120 |
| - <groupId>com.google.protobufgroupId> |
121 |
| - <artifactId>protobuf-javaartifactId> |
122 |
| - <version>${protobuf.version}version> |
123 |
| - dependency> |
124 |
| - <dependency> |
125 |
| - <groupId>com.google.apigroupId> |
126 |
| - <artifactId>api-commonartifactId> |
127 |
| - <version>${google.api-common.version}version> |
128 |
| - dependency> |
129 |
| - <dependency> |
130 |
| - <groupId>com.google.api.grpcgroupId> |
131 |
| - <artifactId>proto-google-common-protosartifactId> |
132 |
| - <version>${google.common-protos.version}version> |
133 |
| - dependency> |
134 |
| - <dependency> |
135 |
| - <groupId>org.threetengroupId> |
136 |
| - <artifactId>threetenbpartifactId> |
137 |
| - <version>${threeten.version}version> |
138 |
| - dependency> |
139 |
| - <dependency> |
140 |
| - <groupId>javax.annotationgroupId> |
141 |
| - <artifactId>javax.annotation-apiartifactId> |
142 |
| - <version>${javax.annotations.version}version> |
143 |
| - dependency> |
144 |
| - <dependency> |
145 |
| - <groupId>org.codehaus.mojogroupId> |
146 |
| - <artifactId>animal-sniffer-annotationsartifactId> |
147 |
| - <version>${animal-sniffer.version}version> |
148 |
| - dependency> |
149 |
| - |
150 |
| - <dependency> |
151 |
| - <groupId>junitgroupId> |
152 |
| - <artifactId>junitartifactId> |
153 |
| - <version>${junit.version}version> |
154 |
| - <scope>testscope> |
155 |
| - dependency> |
156 |
| - <dependency> |
157 |
| - <groupId>com.google.apigroupId> |
158 |
| - <artifactId>gax-grpcartifactId> |
159 |
| - <version>${gax.version}version> |
160 |
| - <classifier>testlibclassifier> |
161 |
| - <scope>testscope> |
162 |
| - dependency> |
163 | 92 | dependencies>
|
164 | 93 | dependencyManagement>
|
165 | 94 |
|
|
0 commit comments