From e3f61359c8e088bbb3cf8d133548d2bd48c81193 Mon Sep 17 00:00:00 2001 From: ashakirin Date: Sun, 16 Nov 2025 00:32:05 +0100 Subject: [PATCH] Added apikey based security example for agent and weather MCP service --- samples/security/apikey/ai-agent/pom.xml | 2 +- samples/security/apikey/weather/pom.xml | 2 +- samples/security/oauth/ai-agent/pom.xml | 2 +- samples/security/oauth/authorization-server/pom.xml | 2 +- samples/security/oauth/weather/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/security/apikey/ai-agent/pom.xml b/samples/security/apikey/ai-agent/pom.xml index 70f95a2f..d2ebd6af 100644 --- a/samples/security/apikey/ai-agent/pom.xml +++ b/samples/security/apikey/ai-agent/pom.xml @@ -28,7 +28,7 @@ 21 - 1.1.0-SNAPSHOT + 1.1.0 0.0.3 diff --git a/samples/security/apikey/weather/pom.xml b/samples/security/apikey/weather/pom.xml index cb867104..c039aeb2 100644 --- a/samples/security/apikey/weather/pom.xml +++ b/samples/security/apikey/weather/pom.xml @@ -28,7 +28,7 @@ 21 - 1.1.0-SNAPSHOT + 1.1.0 0.0.3 diff --git a/samples/security/oauth/ai-agent/pom.xml b/samples/security/oauth/ai-agent/pom.xml index ed8779cf..a5b88299 100644 --- a/samples/security/oauth/ai-agent/pom.xml +++ b/samples/security/oauth/ai-agent/pom.xml @@ -28,7 +28,7 @@ 21 - 1.1.0-SNAPSHOT + 1.1.0 0.0.3 diff --git a/samples/security/oauth/authorization-server/pom.xml b/samples/security/oauth/authorization-server/pom.xml index 42777c49..111f21df 100644 --- a/samples/security/oauth/authorization-server/pom.xml +++ b/samples/security/oauth/authorization-server/pom.xml @@ -14,7 +14,7 @@ 21 - 1.1.0-SNAPSHOT + 1.1.0 0.0.3 diff --git a/samples/security/oauth/weather/pom.xml b/samples/security/oauth/weather/pom.xml index 00b37585..0e7ca064 100644 --- a/samples/security/oauth/weather/pom.xml +++ b/samples/security/oauth/weather/pom.xml @@ -28,7 +28,7 @@ 21 - 1.1.0-SNAPSHOT + 1.1.0 0.0.3