diff --git a/pom.xml b/pom.xml
index 0aa59f7d8e..e8602bfc4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,6 +221,7 @@
1.1.0
1.0.0
1.0.0
+ 1.1.0-SNAPSHOT
1.1.0
4.3.1
diff --git a/product/modules/p2-profile-gen/pom.xml b/product/modules/p2-profile-gen/pom.xml
index 46bb0c0f39..047e7a8372 100644
--- a/product/modules/p2-profile-gen/pom.xml
+++ b/product/modules/p2-profile-gen/pom.xml
@@ -127,6 +127,9 @@
org.jaggeryjs.modules:uuid.feature:${uuid.feature.version}
+
+ org.jaggeryjs.modules:sso.feature:${sso.feature.version}
+
org.jaggeryjs.modules:jaggery-test.feature:${jaggery-test.feature.version}
@@ -281,6 +284,10 @@
org.jaggeryjs.modules.uuid.feature.group
${uuid.feature.version}
+
+ org.jaggeryjs.modules.sso.feature.group
+ ${sso.feature.version}
+
org.jaggeryjs.modules.jaggery-test.feature.group
${jaggery-test.feature.version}