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/incubator-training.git
The following commit(s) were added to refs/heads/develop by this push:
new ee7739b fix: Added a missing dependency.
ee7739b is described below
commit ee7739b21f7bb6a721a338c0f84ffcf843f8c49c
Author: Christofer Dutz <[email protected]>
AuthorDate: Sat Aug 2 17:34:27 2025 +0200
fix: Added a missing dependency.
---
site/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/site/pom.xml b/site/pom.xml
index 7e771a6..69e24c1 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -598,6 +598,12 @@
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.apache.training.content</groupId>
+ <artifactId>training-content-apache-comdev-apache-intro</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <type>war</type>
+ </dependency>
<dependency>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-comdev-comdev-intro</artifactId>