diff --git a/bin/setup.sh b/bin/setup.sh
index 5dc74c6..154a39a 100755
--- a/bin/setup.sh
+++ b/bin/setup.sh
@@ -50,6 +50,10 @@ if [ -f hive-sre-shaded.jar ]; then
cp -f hive-sre-shaded.jar $BASE_DIR/lib
fi
+if [ -f hive-sre-shaded-no-hadoop.jar ]; then
+ cp -f hive-sre-shaded-no-hadoop.jar $BASE_DIR/lib
+fi
+
chmod -R +r $BASE_DIR
chmod +x $BASE_DIR/bin/hive-sre
chmod +x $BASE_DIR/bin/hive-sre-cli
diff --git a/pom.xml b/pom.xml
index 3cce8c1..60c7b9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
com.cloudera.utils.hive
hive-sre
- 2.5.1.2
+ 2.5.1.3
hive-sre