Adding the basic signature harvesting (i.e., also saving to and reading back from...
[pingpong.git] / Code / Projects / SmartPlugDetector / build.gradle
index 582dede51c21bff9d053398930ecd1f0c7479905..bb07bce70462406025f3eab479c8483334f9bba6 100644 (file)
@@ -23,4 +23,7 @@ dependencies {
 
     // pcap4j logging dependency
     compile 'org.slf4j:slf4j-jdk14:1.8.0-beta2'
-}
+
+    // Apache Commons Math for clustering
+    compile 'org.apache.commons:commons-math3:3.6.1'
+}
\ No newline at end of file