deps/Makefile: fix ECLIPSEGIT2 clone URL

Switch to working clone URL, after more repositories stopped working
with the old URL. Revert 865ba37553609a07f714aadfa54b91b5e6771680
("deps: Work around disappearing eclipse.org git repositories").

Related: https://bugs.eclipse.org/bugs/show_bug.cgi?id=559943
Change-Id: I04b690a262765f60b671225e1a5425e2750d093f
diff --git a/deps/Makefile b/deps/Makefile
index 91636af..1a13211 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 ECLIPSEGIT:=https://github.com/eclipse
-ECLIPSEGIT2:=git://git.eclipse.org/gitroot/titan
+ECLIPSEGIT2:=https://git.eclipse.org/r/titan
 OSMOGITHUB:=https://github.com/osmocom
 OSMOGIT:=git://git.osmocom.org
 
@@ -53,6 +53,8 @@
 			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 \
@@ -62,9 +64,7 @@
 			titan.TestPorts.MTP3asp \
 			titan.TestPorts.UDPasp \
 			titan.ProtocolEmulations.M3UA \
-			titan.ProtocolEmulations.SCCP \
-			titan.ProtocolModules.LLC_v7.1.0 \
-			titan.ProtocolModules.MobileL3_v13.4.0
+			titan.ProtocolEmulations.SCCP
 
 OSMOGIT_REPOS=		titan.ProtocolModules.MAP \
 			titan.ProtocolModules.BSSMAP \