[ https://issues.apache.org/jira/browse/GEODE-2461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884053#comment-15884053 ]
ASF subversion and git services commented on GEODE-2461: -------------------------------------------------------- Commit 64cd6fcd4e1c7d9318a8f2eee44dca1efd9151f2 in geode's branch refs/heads/develop from [~apa...@the9muses.net] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=64cd6fc ] GEODE-2461: remove unnecessary explicit dependencies * activation - transitive via javax.mail-api * annotations - unused * cdi-api - unused * classmate - transitive via springfox (swagger) * hadoop - unused * hbase - unused * hibernate - unused * hibernate-commons-annotations - unused * hsqldb - unused * jline - transtive via spring-shell * jsr305 - unused * paranamer - transitive via jackson-module-paranamer * quartz - unused * scala - transitive via jackson-module-scala_2.10 > Remove unnecessary explicit dependencies > ---------------------------------------- > > Key: GEODE-2461 > URL: https://issues.apache.org/jira/browse/GEODE-2461 > Project: Geode > Issue Type: Wish > Components: build > Reporter: Kirk Lund > Assignee: Kirk Lund > > These unused entries are potential candidates for removal from > gradle/dependency-versions.properties: > * cdi-api.version > * hadoop.version* > * hbase.version (remove contains check from geode-assembly) > * hibernate.version > * hibernate-commons-annotations.version > * hsqldb.version > * jline.version > * jsr305.version > * paranamer.version > * quartz.version > * spymemcached.version? (remove testCompile from geode-core) > These entries are actually for transitive dependencies and should have the > explicit dependency removed: > * activation.version > * asm.version (done) > * cglib.version (remove testRuntime from test.gradle) > * classmate (remove compile from geode-web-api) > * mortbay-jetty-servlet-api.version? (remove provided from geode-pulse) > * scala.version (remove compile from geode-web-api) -- This message was sent by Atlassian JIRA (v6.3.15#6346)