This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main-j17 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit c0363f0026a3d882e01fd58a18fd5774cd85e159 Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Dec 5 09:42:53 2023 +0100 Remove duplicate `<dependency>` --- log4j-parent/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index e3a2829a1c..57ca29a996 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -742,12 +742,6 @@ <version>${opentest4j.version}</version> </dependency> - <dependency> - <groupId>org.openjdk.nashorn</groupId> - <artifactId>nashorn-core</artifactId> - <version>${nashorn.version}</version> - </dependency> - <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId>
