This is an automated email from the ASF dual-hosted git repository.
jsinovassin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new c1fc6efdc UNOMI-987: List unomi-plugins-advanced-conditions in the BOM
(#869)
c1fc6efdc is described below
commit c1fc6efdc75cd306cced6dbdec06b4caec09d6f8
Author: Jonathan SINOVASSIN-NAIK <[email protected]>
AuthorDate: Thu Sep 17 10:48:12 2026 +0200
UNOMI-987: List unomi-plugins-advanced-conditions in the BOM (#869)
---
bom/artifacts/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/bom/artifacts/pom.xml b/bom/artifacts/pom.xml
index 07c372c3f..98cb9b3b0 100644
--- a/bom/artifacts/pom.xml
+++ b/bom/artifacts/pom.xml
@@ -265,6 +265,11 @@
<artifactId>unomi-plugins-base</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.unomi</groupId>
+ <artifactId>unomi-plugins-advanced-conditions</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-plugins-request</artifactId>