Patrick Rhomberg created GEODE-5932:
---------------------------------------

             Summary: Add task to linter to ensure that all dependencies listed 
are consumed.  Remove those unused version declarations.
                 Key: GEODE-5932
                 URL: https://issues.apache.org/jira/browse/GEODE-5932
             Project: Geode
          Issue Type: Sub-task
            Reporter: Patrick Rhomberg


At time of writing, the following command and output is found:

{noformat}
$> for v in $(grep -vE "^#" 
/Users/prhomberg/workspace/just-geode/gradle/dependency-versions.properties | 
grep -vE "^ *$" | cut -d"=" -f1) ; do git grep ${v} "*.gradle" &> /dev/null || 
echo $v ; done

commons-exec.version
dom4j.version
google-gson.version
javassist.version
open-json.version
{noformat}

suggesting that these dependencies have been removed and are not consumed as 
properties anywhere in our gradle build.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to