Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 74ae665

Browse files
feat: replace parent pom deps with shared-deps (#137)
1 parent f63619e commit 74ae665

File tree

1 file changed

+7
-78
lines changed

1 file changed

+7
-78
lines changed

pom.xml

Lines changed: 7 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,17 @@
6363
<project.reporting.outputEncoding>UTF-8project.reporting.outputEncoding>
6464
<github.global.server>githubgithub.global.server>
6565
<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>
7766
properties>
7867

7968
<dependencyManagement>
8069
<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>
8177
<dependency>
8278
<groupId>com.google.api.grpcgroupId>
8379
<artifactId>proto-google-cloud-bigquerydatatransfer-v1artifactId>
@@ -93,73 +89,6 @@
9389
<artifactId>google-cloud-bigquerydatatransferartifactId>
9490
<version>0.126.1-beta-SNAPSHOTversion>
9591
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>
16392
dependencies>
16493
dependencyManagement>
16594

0 commit comments

Comments
 (0)