Skip to content

Commit 11f47f1

Browse files
committed
refactor: remove redundant dependency and comments from pom.xml
1 parent f1b61ef commit 11f47f1

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

healthcare/v1/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
</properties>
5555

5656
<!-- [START healthcare_java_dependencies] -->
57-
<!-- [START dependencies] -->
58-
<!-- Using libraries-bom to manage versions.
59-
See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM -->
6057
<dependencyManagement>
6158
<dependencies>
6259
<dependency>
@@ -75,7 +72,6 @@
7572
<artifactId>google-api-services-healthcare</artifactId>
7673
<version>v1-rev20240130-2.0.0</version>
7774
</dependency>
78-
<!-- [END dependencies] -->
7975
<!-- [END healthcare_java_dependencies] -->
8076
<dependency>
8177
<groupId>com.google.http-client</groupId>
@@ -113,8 +109,6 @@
113109
<version>4.5.14</version>
114110
</dependency>
115111
<!-- [START healthcare_java_dependencies] -->
116-
<!-- [START dependencies] -->
117112
</dependencies>
118-
<!-- [END dependencies] -->
119113
<!-- [END healthcare_java_dependencies] -->
120114
</project>

0 commit comments

Comments
 (0)