diff --git a/framework/events/pom.xml b/framework/events/pom.xml
index b75a3dc1cc5..ef812e5a014 100644
--- a/framework/events/pom.xml
+++ b/framework/events/pom.xml
@@ -23,16 +23,16 @@
Apache CloudStack Event Notification Framework
org.apache.cloudstack
- cloudstack
+ cloudstack-framework
4.1.0-SNAPSHOT
- ../../pom.xml
+ ../pom.xml
org.apache.cloudstack
cloud-utils
${project.version}
-
+
com.google.code.gson
gson
diff --git a/framework/pom.xml b/framework/pom.xml
new file mode 100644
index 00000000000..81e091605b9
--- /dev/null
+++ b/framework/pom.xml
@@ -0,0 +1,35 @@
+
+
+ 4.0.0
+ cloudstack-framework
+ Apache CloudStack framework POM
+ pom
+
+ org.apache.cloudstack
+ cloudstack
+ 4.1.0-SNAPSHOT
+
+
+ install
+
+
+ events
+
+
diff --git a/pom.xml b/pom.xml
index 98a4c307f88..59feef5b2f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
patches
client
test
- framework/events
+ framework