diff --git a/pom.xml b/pom.xml
index b4eb9b7..b429017 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,8 +26,61 @@
RELEASE
compile
+
+
+ org.apache.commons
+ commons-rng-simple
+ 1.6
+
+
+
+
+
+
+
+
+
+ org.apache.commons
+ commons-rng-sampling
+ 1.6
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
11
11
diff --git a/src/main/java/Plate.java b/src/main/java/Plate.java
index da8ba6b..ee43632 100644
--- a/src/main/java/Plate.java
+++ b/src/main/java/Plate.java
@@ -13,8 +13,7 @@ TODO: Implement discrete frequency distributions using Vose's Alias Method
*/
-import org.apache.commons.rng.UniformRandomProvider;
-import org.apache.commons.rng.core.BaseProvider;
+
import org.apache.commons.rng.sampling.distribution.RejectionInversionZipfSampler;
import org.apache.commons.rng.simple.JDKRandomWrapper;