Fixing poms
authorMaros Marsalek <[email protected]>
Wed, 31 Aug 2016 07:57:31 +0000 (09:57 +0200)
committerMaros Marsalek <[email protected]>
Wed, 31 Aug 2016 08:51:47 +0000 (10:51 +0200)
- Sample parent path
- NSH redundant dependency + parent path

Change-Id: I3f4144be4031e2742f9a29c7a5612fbafbf8d0cf
Signed-off-by: Maros Marsalek <[email protected]>
nsh/impl/pom.xml
samples/interfaces/mapping/pom.xml

index ee420cb..0232c67 100644 (file)
@@ -19,7 +19,7 @@
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
         <version>1.0.0-SNAPSHOT</version>
-        <relativePath>../../../common/impl-parent</relativePath>
+        <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>nsh-api</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-config</artifactId>
-            <version>1.3.2-Beryllium-SR2</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
index eb10002..50bdf55 100644 (file)
@@ -18,7 +18,7 @@
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>impl-parent</artifactId>
     <version>1.0.0-SNAPSHOT</version>
-    <relativePath>../../../common/api-parent</relativePath>
+    <relativePath>../../../common/impl-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>