diff --git a/pom.xml b/pom.xml
index 3683d82f16d951887adc11c036db4b0b101391a4..9d22c8365182c0576da552045441a7f087c046a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1148,7 +1148,7 @@
       </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
-        <artifactId>xplan-synthesizer</artifactId>
+        <artifactId>xplan-core-synthesizer</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
diff --git a/xplan-core/xplan-core-manager/pom.xml b/xplan-core/xplan-core-manager/pom.xml
index 7e54ecb444734d7a5f062bcaa2f97667f6869a31..d6a5f1540e704ccfd61b9443cdc790647b67cbd0 100644
--- a/xplan-core/xplan-core-manager/pom.xml
+++ b/xplan-core/xplan-core-manager/pom.xml
@@ -68,7 +68,7 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>xplan-synthesizer</artifactId>
+      <artifactId>xplan-core-synthesizer</artifactId>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
diff --git a/xplan-core/xplan-core-validator/pom.xml b/xplan-core/xplan-core-validator/pom.xml
index 8c478eb931f9ab73fee165e9a4f2615f214303c9..e5ab179f84236aea0cd74aa1ed54153765afdb6f 100644
--- a/xplan-core/xplan-core-validator/pom.xml
+++ b/xplan-core/xplan-core-validator/pom.xml
@@ -77,7 +77,7 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>xplan-synthesizer</artifactId>
+      <artifactId>xplan-core-synthesizer</artifactId>
     </dependency>
     <dependency>
       <groupId>jakarta.xml.bind</groupId>