This is an automated email from the ASF dual-hosted git repository. xiazcy pushed a commit to branch 3.8-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit ba6740ecbb690d4730d32e01edca51741fef6ee3 Author: xiazcy <[email protected]> AuthorDate: Tue Sep 9 10:32:17 2025 -0700 Add caffeine dependency to javadoc generation CTR --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 5add007e19..2e06601f7f 100644 --- a/pom.xml +++ b/pom.xml @@ -1738,6 +1738,11 @@ limitations under the License. <artifactId>antlr4-runtime</artifactId> <version>${antlr4.version}</version> </additionalDependency> + <additionalDependency> + <groupId>com.github.ben-manes.caffeine</groupId> + <artifactId>caffeine</artifactId> + <version>${caffeine.version}</version> + </additionalDependency> <additionalDependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId>
