google-cloud-java
google-cloud-java copied to clipboard
Manual changes required for library removals.
The original PR only deleted the .java classes but still kept the pom.xml files and the java-game-servers module. Created a manual commit to:
- Delete the
java-game-serversmodule. - Remove
com.google.cloud:google-cloud-game-servers-bomfrom the<dependencies>block in gapic-libraries-bom/pom.xml.
Originally posted by @mpeddada1 in https://github.com/googleapis/google-cloud-java/issues/9787#issuecomment-1714163758
While this change was handled manually for java-game-servers, there may be more cases in the future where the removal APIs requires these manual changes by the team. There is an opportunity to automate this.