This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new 79610fb9b1 CAUSEWAY-3698: managed dependency for
causeway-security-simple (pom)
79610fb9b1 is described below
commit 79610fb9b15976a16b65179cd3de7175b2428f4e
Author: Andi Huber <[email protected]>
AuthorDate: Thu Mar 21 12:12:02 2024 +0100
CAUSEWAY-3698: managed dependency for causeway-security-simple (pom)
---
bom/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/bom/pom.xml b/bom/pom.xml
index 17b0914d2e..35c4abe967 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -460,6 +460,13 @@ It is therefore a copy of org.apache:apache, with
customisations clearly identif
<type>jar</type>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.causeway.security</groupId>
+
<artifactId>causeway-security-simple</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
<dependency>
<groupId>org.apache.causeway.security</groupId>
<artifactId>causeway-security-spring</artifactId>