Skip to content

Commit 0dbf462

Browse files
committed
chore: change regiontag healthcare dependencies in pom.xml
1 parent 1109a8d commit 0dbf462

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

healthcare/v1/pom.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<maven.compiler.source>11</maven.compiler.source>
5454
</properties>
5555

56+
<!-- [START healthcare_java_dependencies] -->
5657
<!-- [START dependencies] -->
5758
<!-- Using libraries-bom to manage versions.
5859
See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM -->
@@ -69,19 +70,21 @@
6970
</dependencyManagement>
7071

7172
<dependencies>
72-
<dependency>
73-
<groupId>com.google.http-client</groupId>
74-
<artifactId>google-http-client-jackson2</artifactId>
75-
</dependency>
7673
<dependency>
7774
<groupId>com.google.apis</groupId>
7875
<artifactId>google-api-services-healthcare</artifactId>
7976
<version>v1-rev20240130-2.0.0</version>
8077
</dependency>
78+
<!-- [END dependencies] -->
79+
<!-- [END healthcare_java_dependencies] -->
80+
<dependency>
81+
<groupId>com.google.http-client</groupId>
82+
<artifactId>google-http-client-jackson2</artifactId>
83+
</dependency>
8184
<dependency>
8285
<groupId>com.google.api-client</groupId>
8386
<artifactId>google-api-client</artifactId>
84-
</dependency>
87+
</dependency>
8588
<dependency>
8689
<groupId>com.google.auth</groupId>
8790
<artifactId>google-auth-library-oauth2-http</artifactId>
@@ -91,8 +94,6 @@
9194
<artifactId>google-cloud-core</artifactId>
9295
<scope>compile</scope>
9396
</dependency>
94-
<!-- [END dependencies] -->
95-
9697
<!-- Test dependencies -->
9798
<dependency>
9899
<groupId>com.google.truth</groupId>
@@ -111,7 +112,9 @@
111112
<artifactId>httpmime</artifactId>
112113
<version>4.5.14</version>
113114
</dependency>
115+
<!-- [START healthcare_java_dependencies] -->
114116
<!-- [START dependencies] -->
115117
</dependencies>
116118
<!-- [END dependencies] -->
119+
<!-- [END healthcare_java_dependencies] -->
117120
</project>

0 commit comments

Comments
 (0)