Fixed bundle so fabric manager activates properly
Change-Id: I32123f322d778f82171b0a0b741f187318aa7ba3
diff --git a/local/ce-fabric/features.xml b/local/ce-fabric/features.xml
index 83ba135..8111572 100644
--- a/local/ce-fabric/features.xml
+++ b/local/ce-fabric/features.xml
@@ -18,5 +18,6 @@
<feature name="${project.artifactId}" version="${project.version}"
description="${project.description}">
<bundle>mvn:com.google.code.gson/gson/2.6.2</bundle>
+ <bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle>
</feature>
</features>