add all the HL deps

This commit is contained in:
Roberto Cirillo 2022-05-18 16:35:03 +02:00
parent d9469f5d5f
commit 341494f068
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
out=`find . -name pom.xml -exec grep -E 'imagej|itext' /dev/null {} + || echo 'empty'`
out=`find . -name pom.xml -exec grep -E 'imagej|itext|jackrabbit-jcr-commons|jackrabbit-jcr-rmi-custom|jcr|jfile|tika-core|xstream|xmlpull|xml-apis|xpp3_min' /dev/null {} + || echo 'empty'`
if [[ ["${out}" != "empty"] && "$(grep pom.xml <<< ${out})" ]]; then
echo "${out}"
echo "Home Library dep found"