Until we change the Gogo groupId we need to use it.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@941784 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/pom.xml b/main/pom.xml
index 7f99568..881bacc 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -75,7 +75,7 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>${pom.groupId}.gogo</groupId>
       <artifactId>org.apache.felix.gogo.felixcommands</artifactId>
       <version>${felix.commands.version}</version>
       <exclusions>
@@ -223,7 +223,7 @@
                      <outputDirectory>${project.basedir}/bundle</outputDirectory>
                    </artifactItem>
                    <artifactItem>
-                     <groupId>${pom.groupId}</groupId>
+                     <groupId>${pom.groupId}.gogo</groupId>
                      <artifactId>org.apache.felix.gogo.felixcommands</artifactId>
                      <version>${felix.commands.version}</version>
                      <type>jar</type>