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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/training.git


The following commit(s) were added to refs/heads/develop by this push:
     new 65bc942  chore: Added a missing dependency.
65bc942 is described below

commit 65bc942482341936159a7e1529c1eac9adcdee19
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Sep 29 10:12:40 2025 +0200

    chore: Added a missing dependency.
---
 site/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/site/pom.xml b/site/pom.xml
index 588b079..fd50a83 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -663,6 +663,12 @@
       <version>1.0.0-SNAPSHOT</version>
       <type>war</type>
     </dependency>
+    <dependency>
+      <groupId>org.apache.training.content</groupId>
+      <artifactId>incubator-ipmc</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
     <dependency>
       <groupId>org.apache.training.content</groupId>
       <artifactId>incubator-committers</artifactId>

Reply via email to