Use https instead of ssh for up4 and fabric-tna repos
Change-Id: Ib89d6cfb78fdb838c9c119f490a5a410b23a0db1
diff --git a/Makefile b/Makefile
index 76f66bf..e65d9cb 100644
--- a/Makefile
+++ b/Makefile
@@ -84,11 +84,11 @@
# Up4 related
export UP4_ROOT := $(shell pwd)/up4
-export UP4_REPO := git@github.com:omec-project/up4.git
+export UP4_REPO := https://github.com/omec-project/up4.git
# Fabric-TNA related
export FABRIC_TNA_ROOT := $(shell pwd)/fabric-tna
-export FABRIC_TNA_REPO := git@github.com:stratum/fabric-tna.git
+export FABRIC_TNA_REPO := https://github.com/stratum/fabric-tna.git
.PHONY: onos trellis-control up4 fabric-tna