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:50:33 UTC

[logging-log4j-tools] 04/04: Add an old, dummy dependency to test dependabot integration.

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

commit 4c4b34f0b267a26601bfa8e79813de344cc55d11
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Fri Dec 2 12:50:53 2022 +0100

    Add an old, dummy dependency to test dependabot integration.
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

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