Fix an eclipse warning 21/51121/3
authorRobert Varga <rovarga@cisco.com>
Fri, 27 Jan 2017 13:28:57 +0000 (14:28 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 1 Feb 2017 12:43:52 +0000 (12:43 +0000)
Eclipse warns about duplicate groupId, as it is inherited
from parent. Fix that by removing it.

Change-Id: I6d99e1d0a547da7077216c83f6d096eb2a2fb5ee
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-remoterpc-connector/pom.xml

index 7563d06c4fb21086a499069f2b740c49c1b4526d..ee94c9818174faf25b508dee9c37a19154ff71dd 100644 (file)
@@ -9,7 +9,6 @@
         <relativePath>../../config/config-parent</relativePath>
     </parent>
 
         <relativePath>../../config/config-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.controller</groupId>
     <artifactId>sal-remoterpc-connector</artifactId>
     <version>1.5.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <artifactId>sal-remoterpc-connector</artifactId>
     <version>1.5.0-SNAPSHOT</version>
     <packaging>bundle</packaging>