This is an automated email from the ASF dual-hosted git repository.
jmclean 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 1ea672d add as dependancy as well
1ea672d is described below
commit 1ea672dfe06e34e173cc4f3849f59340e28ebddd
Author: Justin Mclean <[email protected]>
AuthorDate: Tue Sep 30 19:28:55 2025 +1000
add as dependancy as well
---
site/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/site/pom.xml b/site/pom.xml
index d8b72bf..dc5f1a8 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -682,6 +682,12 @@
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.apache.training.content</groupId>
+ <artifactId>incubator-asf-values</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <type>war</type>
+ </dependency>
<dependency>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-incubator-navigating-asf-incubation</artifactId>