summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-08-31 09:57:31 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-08-31 10:48:25 +0200
commite07a57751ade2a00e7cdaa80943bbfe4606d9374 (patch)
tree7bd996372e734d284a98617b39e19f7162e590a3
parentd8735d25aae8c51255459099799d626ca31eeb39 (diff)
Fixing poms
- Sample parent path - NSH redundant dependency + parent path Change-Id: I3f4144be4031e2742f9a29c7a5612fbafbf8d0cf Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
-rw-r--r--nsh/impl/pom.xml9
-rw-r--r--samples/interfaces/mapping/pom.xml2
2 files changed, 3 insertions, 8 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml
index ee420cbe1..0232c67bc 100644
--- a/nsh/impl/pom.xml
+++ b/nsh/impl/pom.xml
@@ -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>
@@ -32,12 +32,7 @@
<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>
diff --git a/samples/interfaces/mapping/pom.xml b/samples/interfaces/mapping/pom.xml
index eb1000235..50bdf5551 100644
--- a/samples/interfaces/mapping/pom.xml
+++ b/samples/interfaces/mapping/pom.xml
@@ -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>