From 3902dcb101d38c3496b76073f80964f8163e73d4 Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Thu, 24 Oct 2024 21:24:49 +0200 Subject: [PATCH] fix(pom): add relative parent path --- pom.xml | 1 - samples/adaptive-rag/pom.xml | 1 + samples/agent-executor/pom.xml | 1 + samples/image-to-diagram/pom.xml | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 916fd48b..70b009d2 100644 --- a/pom.xml +++ b/pom.xml @@ -198,7 +198,6 @@ samples/image-to-diagram samples/adaptive-rag samples/agent-executor - samples/springai-agentexecutor diff --git a/samples/adaptive-rag/pom.xml b/samples/adaptive-rag/pom.xml index 54d5ffe0..fe1d234b 100644 --- a/samples/adaptive-rag/pom.xml +++ b/samples/adaptive-rag/pom.xml @@ -5,6 +5,7 @@ org.bsc.langgraph4j langgraph4j-parent 1.0-20241024 + ../.. langgraph4j-adaptive-rag diff --git a/samples/agent-executor/pom.xml b/samples/agent-executor/pom.xml index 1c72f157..2a245b7b 100644 --- a/samples/agent-executor/pom.xml +++ b/samples/agent-executor/pom.xml @@ -5,6 +5,7 @@ org.bsc.langgraph4j langgraph4j-parent 1.0-20241024 + ../.. langgraph4j-agent-executor diff --git a/samples/image-to-diagram/pom.xml b/samples/image-to-diagram/pom.xml index 27227dff..1a84498c 100644 --- a/samples/image-to-diagram/pom.xml +++ b/samples/image-to-diagram/pom.xml @@ -5,6 +5,7 @@ org.bsc.langgraph4j langgraph4j-parent 1.0-20241024 + ../.. langgraph4j-image-to-diagram