diff options
author | 2017-04-11 14:42:39 +0530 | |
---|---|---|
committer | 2017-04-11 10:12:48 +0000 | |
commit | 47aa3077a6585174247599293271c28bfd3ccc45 (patch) | |
tree | fae3ff01a88fb7e5889b459d17d23e35aac1e8d0 | |
parent | 75950bf862be183d9a2d64ad0ed4dafe30959184 (diff) |
Fix sdnc core build failure
sdnc core proejct is hard-coded with odlparent
pom.xml and its removed to pass the build, as
odlparent will be available from nexus.
Change-Id: I6645a0fddd27a416ffedd297df2003f93a60441e
Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
-rwxr-xr-x | rootpom/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootpom/pom.xml b/rootpom/pom.xml index 7e1d06e..53ae554 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -6,7 +6,6 @@ <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent</artifactId> <version>1.7.1-Boron-SR1</version> - <relativePath>../../../../../opendaylight/odlparent</relativePath> </parent> |