deps: Work around disappearing eclipse.org git repositories

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=559943
and https://bugs.eclipse.org/bugs/show_bug.cgi?id=559944

Change-Id: I8942e71e674d46dda7fb81d2076fa189ee31eecd
diff --git a/deps/Makefile b/deps/Makefile
index 857b889..91636af 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -53,8 +53,6 @@
 			titan.ProtocolModules.GTP_v13.5.0 \
 			titan.ProtocolModules.GTPv2_v13.7.0 \
 			titan.ProtocolModules.ISUP_Q.762 \
-			titan.ProtocolModules.LLC_v7.1.0 \
-			titan.ProtocolModules.MobileL3_v13.4.0 \
 			titan.ProtocolModules.NAS_EPS_15.2.0.1 \
 			titan.ProtocolModules.NS_v7.3.0 \
 			titan.ProtocolModules.SGsAP_13.2.0 \
@@ -64,7 +62,9 @@
 			titan.TestPorts.MTP3asp \
 			titan.TestPorts.UDPasp \
 			titan.ProtocolEmulations.M3UA \
-			titan.ProtocolEmulations.SCCP
+			titan.ProtocolEmulations.SCCP \
+			titan.ProtocolModules.LLC_v7.1.0 \
+			titan.ProtocolModules.MobileL3_v13.4.0
 
 OSMOGIT_REPOS=		titan.ProtocolModules.MAP \
 			titan.ProtocolModules.BSSMAP \