Skip to content

Commit a040df9

Browse files
authored
build(release-note-generation): remove unused commons-codec dependency (#13900)
Error logs: ``` [INFO] --- dependency:3.7.0:analyze (default-cli) @ release-note-generation --- [ERROR] Unused declared dependencies found: [ERROR] commons-codec:commons-codec:jar:1.11:compile [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Google Cloud Java BOM 0.266.1 ...................... SUCCESS [ 1.758 s] [INFO] Google Cloud Platform Supported Libraries 26.85.1 .. SUCCESS [ 0.016 s] [INFO] Google Cloud BOM Dashboard 0.0.1-SNAPSHOT .......... SUCCESS [ 0.703 s] [INFO] Google Cloud Java BOM root project 0.1.0 ........... SUCCESS [ 0.003 s] [INFO] Release Note Generation for Cloud SDK for Java 0.1.0 FAILURE [ 0.122 s] [INFO] libraries-release-data 0.1.0 ....................... SKIPPED [INFO] A module to test Google Cloud Java BOMs 0.81.0 ..... SKIPPED [INFO] Full convergence check for all library dependencies in Google Cloud Java BOM 0.84.0 SKIPPED [INFO] BOM Canary Project Creation 1.88.0 ................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.370 s [INFO] Finished at: 2026-07-24T21:58:03Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.7.0:analyze (default-cli) on project release-note-generation: Dependency problems found -> [Help 1] ``` From https://github.com/googleapis/google-cloud-java/actions/runs/30128066775/job/89596608376?pr=13876
1 parent 6991168 commit a040df9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • java-cloud-bom/release-note-generation

java-cloud-bom/release-note-generation/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
<artifactId>maven-resolver-api</artifactId>
5050
<version>1.6.3</version>
5151
</dependency>
52-
<dependency>
53-
<groupId>commons-codec</groupId>
54-
<artifactId>commons-codec</artifactId>
55-
<version>1.11</version>
56-
</dependency>
5752
</dependencies>
5853

5954
<build>

0 commit comments

Comments
 (0)