diff --git a/stresso/bin/build.sh b/stresso/bin/build.sh
index a290361..561e784 100755
--- a/stresso/bin/build.sh
+++ b/stresso/bin/build.sh
@@ -32,4 +32,4 @@ mkdir -p lib
# populate lib dir used by fluo init
rm -f lib/*
cp target/stresso-0.0.1-SNAPSHOT.jar ./lib/
-mvn dependency:copy-dependencies -DincludeArtifactIds=fluo-recipes-core -DoutputDirectory=./lib
+mvn dependency:copy-dependencies -Dfluo.version=$FLUO_VERSION -Daccumulo.version=$ACCUMULO_VERSION -DincludeArtifactIds=fluo-recipes-core,commons-collections -DoutputDirectory=./lib
diff --git a/stresso/pom.xml b/stresso/pom.xml
index 232b5b0..eae90c4 100644
--- a/stresso/pom.xml
+++ b/stresso/pom.xml
@@ -29,12 +29,16 @@
This repo contains an example application designed to stress Apache Fluo
https://github.com/astralway/stresso
- 2.0.1
+ 1.0.0
+ 2.1.0
1.0.0
+
+ true
1.2.0
- 1.2.0
- 3.1.1
- 1.7.12
+ 2.0.0
+ 3.3.5
+ 1.7.36
+ 3.8.1