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-8</project.reporting.outputEncoding>
6464
<github.global.server>github</github.global.server>
6565
<site.installationModule>google-cloud-bigquerydatatransfer-parent</site.installationModule>
66-
<google.core.version>1.93.0</google.core.version>
67-
<google.api-common.version>1.9.0</google.api-common.version>
68-
<google.common-protos.version>1.17.0</google.common-protos.version>
69-
<gax.version>1.56.0</gax.version>
70-
<grpc.version>1.28.1</grpc.version>
71-
<protobuf.version>3.11.4</protobuf.version>
72-
<junit.version>4.13</junit.version>
73-
<guava.version>29.0-android</guava.version>
74-
<threeten.version>1.4.3</threeten.version>
75-
<javax.annotations.version>1.3.2</javax.annotations.version>
76-
<animal-sniffer.version>1.18</animal-sniffer.version>
7766
</properties>
7867

7968
<dependencyManagement>
8069
<dependencies>
70+
<dependency>
71+
<groupId>com.google.cloud</groupId>
72+
<artifactId>google-cloud-shared-dependencies</artifactId>
73+
<version>0.1.1</version>
74+
<type>pom</type>
75+
<scope>import</scope>
76+
</dependency>
8177
<dependency>
8278
<groupId>com.google.api.grpc</groupId>
8379
<artifactId>proto-google-cloud-bigquerydatatransfer-v1</artifactId>
@@ -93,73 +89,6 @@
9389
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
9490
<version>0.126.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerydatatransfer:current} -->
9591
</dependency>
96-
97-
<dependency>
98-
<groupId>io.grpc</groupId>
99-
<artifactId>grpc-bom</artifactId>
100-
<version>${grpc.version}</version>
101-
<type>pom</type>
102-
<scope>import</scope>
103-
</dependency>
104-
<dependency>
105-
<groupId>com.google.api</groupId>
106-
<artifactId>gax-bom</artifactId>
107-
<version>${gax.version}</version>
108-
<type>pom</type>
109-
<scope>import</scope>
110-
</dependency>
111-
<dependency>
112-
<groupId>com.google.guava</groupId>
113-
<artifactId>guava-bom</artifactId>
114-
<version>${guava.version}</version>
115-
<type>pom</type>
116-
<scope>import</scope>
117-
</dependency>
118-
119-
<dependency>
120-
<groupId>com.google.protobuf</groupId>
121-
<artifactId>protobuf-java</artifactId>
122-
<version>${protobuf.version}</version>
123-
</dependency>
124-
<dependency>
125-
<groupId>com.google.api</groupId>
126-
<artifactId>api-common</artifactId>
127-
<version>${google.api-common.version}</version>
128-
</dependency>
129-
<dependency>
130-
<groupId>com.google.api.grpc</groupId>
131-
<artifactId>proto-google-common-protos</artifactId>
132-
<version>${google.common-protos.version}</version>
133-
</dependency>
134-
<dependency>
135-
<groupId>org.threeten</groupId>
136-
<artifactId>threetenbp</artifactId>
137-
<version>${threeten.version}</version>
138-
</dependency>
139-
<dependency>
140-
<groupId>javax.annotation</groupId>
141-
<artifactId>javax.annotation-api</artifactId>
142-
<version>${javax.annotations.version}</version>
143-
</dependency>
144-
<dependency>
145-
<groupId>org.codehaus.mojo</groupId>
146-
<artifactId>animal-sniffer-annotations</artifactId>
147-
<version>${animal-sniffer.version}</version>
148-
</dependency>
149-
150-
<dependency>
151-
<groupId>junit</groupId>
152-
<artifactId>junit</artifactId>
153-
<version>${junit.version}</version>
154-
<scope>test</scope>
155-
</dependency>
156-
<dependency>
157-
<groupId>com.google.api</groupId>
158-
<artifactId>gax-grpc</artifactId>
159-
<version>${gax.version}</version>
160-
<classifier>testlib</classifier>
161-
<scope>test</scope>
162-
</dependency>
16392
</dependencies>
16493
</dependencyManagement>
16594

0 commit comments

Comments
 (0)