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