#!/usr/bin/env bash
if [[ "$(grep 'dataminer' pom.xml)" ]]; then
echo "dataminer dep found"
else
echo "dataminer dep not found"
fi