protocols.hue: use default eclipse groupId

Signed-off-by: BOLLE Sebastien <sebastien.bolle@orange.com>
diff --git a/protocols/org.eclipse.om2m.protocols.hue/org.eclipse.om2m.hue.api/pom.xml b/protocols/org.eclipse.om2m.protocols.hue/org.eclipse.om2m.hue.api/pom.xml
index 3c43e5b..1bbc3b7 100644
--- a/protocols/org.eclipse.om2m.protocols.hue/org.eclipse.om2m.hue.api/pom.xml
+++ b/protocols/org.eclipse.om2m.protocols.hue/org.eclipse.om2m.hue.api/pom.xml
@@ -16,7 +16,7 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>com.orange.hue</groupId>
+		<groupId>org.eclipse.om2m</groupId>
 		<artifactId>org.eclipse.om2m.protocols.hue</artifactId>
 		<version>1.1.0-SNAPSHOT</version>
 	</parent>
diff --git a/protocols/org.eclipse.om2m.protocols.hue/org.eclipse.om2m.hue.impl/pom.xml b/protocols/org.eclipse.om2m.protocols.hue/org.eclipse.om2m.hue.impl/pom.xml
index 0f353e7..1ba2f60 100644
--- a/protocols/org.eclipse.om2m.protocols.hue/org.eclipse.om2m.hue.impl/pom.xml
+++ b/protocols/org.eclipse.om2m.protocols.hue/org.eclipse.om2m.hue.impl/pom.xml
@@ -15,7 +15,7 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>com.orange.hue</groupId>
+		<groupId>org.eclipse.om2m</groupId>
 		<artifactId>org.eclipse.om2m.protocols.hue</artifactId>
 		<version>1.1.0-SNAPSHOT</version>
 	</parent>
@@ -28,7 +28,7 @@
 
 	<!-- =============================================================== -->
 
-	<dependencies>
+	<!-- <dependencies>
 
 		<dependency>
 			<groupId>xmlpull</groupId>
@@ -36,7 +36,7 @@
 			<version>1.1.2.1</version>
 		</dependency>
 	 
-	</dependencies>
+	</dependencies> -->
 
 	<!-- =============================================================== -->
 
diff --git a/protocols/org.eclipse.om2m.protocols.hue/pom.xml b/protocols/org.eclipse.om2m.protocols.hue/pom.xml
index fa4df1b..692e6c0 100644
--- a/protocols/org.eclipse.om2m.protocols.hue/pom.xml
+++ b/protocols/org.eclipse.om2m.protocols.hue/pom.xml
@@ -16,7 +16,7 @@
 
 	<modelVersion>4.0.0</modelVersion>
 
-	<groupId>com.orange.hue</groupId>
+	<groupId>org.eclipse.om2m</groupId>
 	<artifactId>org.eclipse.om2m.protocols.hue</artifactId>
 
 	<packaging>pom</packaging>