diff --git a/ksql-execution/pom.xml b/ksql-execution/pom.xml
new file mode 100644
index 000000000000..8e060f02dcd5
--- /dev/null
+++ b/ksql-execution/pom.xml
@@ -0,0 +1,69 @@
+
+
+
+
+ 4.0.0
+
+
+ io.confluent.ksql
+ ksql-parent
+ 5.4.0-SNAPSHOT
+
+
+ ksql-execution
+
+
+
+ io.confluent.ksql
+ ksql-common
+
+
+
+
+
+ io.confluent.ksql
+ ksql-common
+ ${project.version}
+ test-jar
+ test
+
+
+
+ io.confluent.ksql
+ ksql-test-util
+ ${project.version}
+ test
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ -Xlint:all,-serial,-rawtypes
+ -Werror
+
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index 926e6b8b9997..15ffc55a1144 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
ksql-udf-quickstart
ksql-serde
ksql-metastore
+ ksql-execution
ksql-parser
ksql-engine
ksql-tools
@@ -168,6 +169,12 @@
${project.version}
+
+ io.confluent.ksql
+ ksql-execution
+ ${project.version}
+
+
io.confluent.ksql
ksql-parser