This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 09903cce547b982d5767b69a011ae122cf6deb81 Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Wed Mar 30 13:23:32 2022 +0200 Missing transitive dependency --- maven/maven-util/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maven/maven-util/pom.xml b/maven/maven-util/pom.xml index 344b762..0388771 100644 --- a/maven/maven-util/pom.xml +++ b/maven/maven-util/pom.xml @@ -43,5 +43,11 @@ <version>${project.version}</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-juli</artifactId> + <version>${tomcat.version}</version> + <scope>provided</scope> + </dependency> </dependencies> </project>
