fix(healthcare): remove old healthcare java dependency region tag PR Step 2/2#10282
fix(healthcare): remove old healthcare java dependency region tag PR Step 2/2#10282Kef131 wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the region tags in healthcare/v1/pom.xml from dependencies to healthcare_java_dependencies and reorganizes some dependency declarations. The feedback points out that a duplicate pair of healthcare_java_dependencies region tags was introduced at the end of the file, which could cause parsing errors in the documentation pipeline, and should be removed.
| <!-- [START healthcare_java_dependencies] --> | ||
| </dependencies> | ||
| <!-- [END dependencies] --> | ||
| <!-- [END healthcare_java_dependencies] --> |
There was a problem hiding this comment.
This second pair of healthcare_java_dependencies region tags is redundant and creates a duplicate region tag definition in the same file. Duplicate region tags can cause parsing errors or incorrect snippet generation in the documentation pipeline. Since the first block (lines 56-75) already defines this region, this second pair should be removed.
</dependencies>
Description
Fixes b/383619440
Remove old region tag
dependenciestohealthcare_java_dependenciesinhealthcare/v1/pom.xml.Checklist
pom.xmlparent set to latestshared-configurationmvn clean verifyrequired (Requires runninggcertfirst to authenticate with Airlock to resolve dependencies)mvn -P lint checkstyle:checkrequiredmvn -P lint clean compile pmd:cpd-check spotbugs:checkadvisory onlyChecklist
pom.xmlparent set to latestshared-configurationmvn clean verifyrequiredmvn -P lint checkstyle:checkrequiredmvn -P lint clean compile pmd:cpd-check spotbugs:checkadvisory only