|
53 | 53 | <maven.compiler.source>11</maven.compiler.source> |
54 | 54 | </properties> |
55 | 55 |
|
| 56 | + <!-- [START healthcare_java_dependencies] --> |
56 | 57 | <!-- [START dependencies] --> |
57 | 58 | <!-- Using libraries-bom to manage versions. |
58 | 59 | See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM --> |
|
69 | 70 | </dependencyManagement> |
70 | 71 |
|
71 | 72 | <dependencies> |
72 | | - <dependency> |
73 | | - <groupId>com.google.http-client</groupId> |
74 | | - <artifactId>google-http-client-jackson2</artifactId> |
75 | | - </dependency> |
76 | 73 | <dependency> |
77 | 74 | <groupId>com.google.apis</groupId> |
78 | 75 | <artifactId>google-api-services-healthcare</artifactId> |
79 | 76 | <version>v1-rev20240130-2.0.0</version> |
80 | 77 | </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> |
81 | 84 | <dependency> |
82 | 85 | <groupId>com.google.api-client</groupId> |
83 | 86 | <artifactId>google-api-client</artifactId> |
84 | | - </dependency> |
| 87 | + </dependency> |
85 | 88 | <dependency> |
86 | 89 | <groupId>com.google.auth</groupId> |
87 | 90 | <artifactId>google-auth-library-oauth2-http</artifactId> |
|
91 | 94 | <artifactId>google-cloud-core</artifactId> |
92 | 95 | <scope>compile</scope> |
93 | 96 | </dependency> |
94 | | - <!-- [END dependencies] --> |
95 | | - |
96 | 97 | <!-- Test dependencies --> |
97 | 98 | <dependency> |
98 | 99 | <groupId>com.google.truth</groupId> |
|
111 | 112 | <artifactId>httpmime</artifactId> |
112 | 113 | <version>4.5.14</version> |
113 | 114 | </dependency> |
| 115 | + <!-- [START healthcare_java_dependencies] --> |
114 | 116 | <!-- [START dependencies] --> |
115 | 117 | </dependencies> |
116 | 118 | <!-- [END dependencies] --> |
| 119 | + <!-- [END healthcare_java_dependencies] --> |
117 | 120 | </project> |
0 commit comments