From 430d886a3b6248313f616a5ebaea58694c92f2fe Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Mon, 10 Feb 2025 21:46:01 -0500 Subject: [PATCH] fix pom --- pom.xml | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 9d3f586..a240e8d 100644 --- a/pom.xml +++ b/pom.xml @@ -23,27 +23,31 @@ misc/openai-streaming-response model-context-protocol/sqlite/simple model-context-protocol/sqlite/chatbot + + + + model-context-protocol/book-library/manual-servlet-server + model-context-protocol/book-library/manual-webflux-server + model-context-protocol/book-library/manual-webmvc-server + model-context-protocol/book-library/starter-webflux-server + + model-context-protocol/brave + + + model-context-protocol/client-starter/starter-default-client + model-context-protocol/client-starter/starter-webflux-client + model-context-protocol/filesystem - model-context-protocol/brave + + model-context-protocol/weather/manual-webflux-server + model-context-protocol/weather/starter-stdio-server + model-context-protocol/weather/starter-webflux-server + model-context-protocol/web-search/brave-starter model-context-protocol/web-search/brave-chatbot - model-context-protocol/book-library/manual-webmvc-server - model-context-protocol/book-library/manual-webflux-server - model-context-protocol/book-library/starter-webflux-server - model-context-protocol/book-library/manual-servlet-server - - model-context-protocol/weather/java-client - model-context-protocol/weather/starter-webflux-server - model-context-protocol/weather/starter-stdio-server - model-context-protocol/weather/manual-webflux-server - - - model-context-protocol/client-starter/starter-default-client - model-context-protocol/client-starter/starter-webflux-client - agentic-patterns