Added SignatureDetector which can detect signatures spanning multiple TCP connections
[pingpong.git] / Code / Projects / SmartPlugDetector / build.gradle
index bb07bce70462406025f3eab479c8483334f9bba6..f8f539c945201787007fdf5d6669fc9dac2ab476 100644 (file)
@@ -26,4 +26,7 @@ dependencies {
 
     // Apache Commons Math for clustering
     compile 'org.apache.commons:commons-math3:3.6.1'
+
+    // JGraphT: Java Graph library
+    compile 'org.jgrapht:jgrapht-core:1.2.0'
 }
\ No newline at end of file