change dependencies to v8.0 branch

Change-Id: I320c6da8ce42e042ae8e4d2d47c6c4d4dd8e9590
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/setup.py b/setup.py
index aa83fd6..68b6c64 100644
--- a/setup.py
+++ b/setup.py
@@ -46,8 +46,8 @@
     #             ('/etc/systemd/system/', ['osm_lcm/osm-lcm.service']),
     #             ],
     dependency_links=[
-        'git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common',
-        'git+https://osm.etsi.org/gerrit/osm/N2VC.git#egg=n2vc',
+        'git+https://osm.etsi.org/gerrit/osm/common.git@v8.0#egg=osm-common',
+        'git+https://osm.etsi.org/gerrit/osm/N2VC.git@v8.0#egg=n2vc',
     ],
     install_requires=[
         # 'pymongo',