From 2f66beb954a7eecf5b724bfe90189464741b4af5 Mon Sep 17 00:00:00 2001 From: Valera V Harseko Date: Fri, 19 Jun 2026 20:39:44 +0300 Subject: [PATCH 1/2] Fix Non-resolvable parent POM for org.openidentityplatform.openam:openam-mcp-server:16.0.7-SNAPSHOT --- openam-mcp-server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openam-mcp-server/pom.xml b/openam-mcp-server/pom.xml index a392a087e8..9f7866e434 100644 --- a/openam-mcp-server/pom.xml +++ b/openam-mcp-server/pom.xml @@ -20,7 +20,7 @@ org.openidentityplatform.openam openam - 16.0.7-SNAPSHOT + 16.1.2-SNAPSHOT openam-mcp-server OpenAM MCP Server From 569383cc03ac556375877c4b7456845b4afc0ac8 Mon Sep 17 00:00:00 2001 From: Valera V Harseko Date: Fri, 19 Jun 2026 21:37:54 +0300 Subject: [PATCH 2/2] Add openam-samples modules to the main reactor Register custom-authentication-module and policy-evaluation-plugin as modules in the root pom so the samples are built with the main reactor. Bump their stale parent version from 14.6.7-SNAPSHOT to 16.1.2-SNAPSHOT and set parent relativePath to the root pom so they resolve both in the reactor and when built standalone. --- openam-samples/custom-authentication-module/pom.xml | 4 +++- openam-samples/policy-evaluation-plugin/pom.xml | 4 +++- pom.xml | 3 +++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/openam-samples/custom-authentication-module/pom.xml b/openam-samples/custom-authentication-module/pom.xml index 637a4a39e7..ce3b8bbae5 100644 --- a/openam-samples/custom-authentication-module/pom.xml +++ b/openam-samples/custom-authentication-module/pom.xml @@ -13,6 +13,7 @@ * information: "Portions copyright [year] [name of copyright owner]". * * Copyright 2013-2016 ForgeRock AS. + * Portions copyright 2026 3A Systems, LLC --> org.openidentityplatform.openam openam - 14.6.7-SNAPSHOT + 16.1.2-SNAPSHOT + ../../pom.xml org.openidentityplatform.openam.examples custom-authentication-module diff --git a/openam-samples/policy-evaluation-plugin/pom.xml b/openam-samples/policy-evaluation-plugin/pom.xml index 9ce6cada8b..9da2eaaf5c 100644 --- a/openam-samples/policy-evaluation-plugin/pom.xml +++ b/openam-samples/policy-evaluation-plugin/pom.xml @@ -13,6 +13,7 @@ * information: "Portions copyright [year] [name of copyright owner]". * * Copyright 2013-2016 ForgeRock AS. + * Portions copyright 2026 3A Systems, LLC --> org.openidentityplatform.openam openam - 14.6.7-SNAPSHOT + 16.1.2-SNAPSHOT + ../../pom.xml org.openidentityplatform.openam.examples policy-evaluation-plugin diff --git a/pom.xml b/pom.xml index 53f6484f65..207998d412 100644 --- a/pom.xml +++ b/pom.xml @@ -333,6 +333,9 @@ openam-cassandra transform-jakarta + + openam-samples/custom-authentication-module + openam-samples/policy-evaluation-plugin