You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/12/02 11:56:38 UTC

[logging-log4j-tools] branch master updated: Remove dummy dependency introduced to test dependabot.

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new de8f22b  Remove dummy dependency introduced to test dependabot.
de8f22b is described below

commit de8f22b798d0e8cd43bd32d534d30b02b82eb156
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Fri Dec 2 12:57:07 2022 +0100

    Remove dummy dependency introduced to test dependabot.
---
 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 127fd67..d66a1ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,15 +65,6 @@
 
   </properties>
 
-  <!-- An old, dummy dependency to test dependabot integration. -->
-  <dependencies>
-    <dependency>
-      <groupId>io.netty</groupId>
-      <artifactId>netty-all</artifactId>
-      <version>4.1.85.Final</version>
-    </dependency>
-  </dependencies>
-
   <build>
     <plugins>