Include groupId in dependency list

Include groupId in generated dependency lists

Change-Id: I6df3980293f9a35958f633acbf1df33f2f046859
Issue-ID: CCSDK-1986
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index 303e2c9..6bda716 100755
--- a/springboot/springboot2/pom.xml
+++ b/springboot/springboot2/pom.xml
@@ -620,6 +620,7 @@
                         <outputDirectory>${project.basedir}</outputDirectory>
                         <transitiveExcludes>*</transitiveExcludes>
                         <showVersions>true</showVersions>
+                        <showGroupIds>true</showGroupIds>
                     </configuration>
                 </plugin>
             </plugins>