T3: Fix for mvn build and SR dependency

Change-Id: I2d67225f9a6f902a3aad0169bd9bf6ba7b123dce
diff --git a/apps/t3/BUCK b/apps/t3/BUCK
index 8841b3f..a37fab3 100644
--- a/apps/t3/BUCK
+++ b/apps/t3/BUCK
@@ -26,4 +26,5 @@
     url = 'https://wiki.opencord.org/pages/viewpage.action?pageId=4456974',
     description = 'Provides static analysis of flows and groups ' +
     'to determine the possible paths a packet may take.',
+    required_apps = [ 'org.onosproject.segmentrouting' ],
 )