Skip to content

Commit

Permalink
GEODE-2461: remove unnecessary explicit dependencies
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
kirklund committed Feb 25, 2017
1 parent af2328a commit 64cd6fc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
1 change: 0 additions & 1 deletion geode-assembly/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def cp = {
it.contains('spring-core') ||
it.contains('spring-shell') ||
it.contains('snappy') ||
it.contains('hbase') ||
it.contains('jgroups') ||
it.contains('netty') ||

Expand Down
1 change: 1 addition & 0 deletions geode-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ dependencies {

// Test Dependencies
// External
testCompile 'com.google.guava:guava:' + project.'guava.version'
testCompile 'com.jayway.jsonpath:json-path-assert:' + project.'json-path-assert.version'
testCompile 'org.apache.bcel:bcel:' + project.'bcel.version'
testRuntime 'org.apache.derby:derby:' + project.'derby.version'
Expand Down
4 changes: 0 additions & 4 deletions geode-web-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,17 @@ dependencies {
compile('commons-fileupload:commons-fileupload:' + project.'commons-fileupload.version') {
exclude module: 'commons-io'
}
compile 'com.fasterxml:classmate:' + project.'classmate.version'
compile 'com.fasterxml.jackson.core:jackson-annotations:' + project.'jackson.version'
compile 'com.fasterxml.jackson.core:jackson-core:' + project.'jackson.version'
compile 'com.fasterxml.jackson.core:jackson-databind:' + project.'jackson.version'
compile 'com.fasterxml.jackson.module:jackson-module-scala_2.10:' + project.'jackson-module-scala_2.10.version'
compile 'com.google.guava:guava:' + project.'guava.version'
compile('io.springfox:springfox-swagger2:' + project.'springfox.version') {
exclude module: 'slf4j-api'
}
compile('io.springfox:springfox-swagger-ui:' + project.'springfox.version') {
exclude module: 'slf4j-api'
}
compile 'org.json4s:json4s-ast_2.10:' + project.'json4s.version'
compile 'org.scala-lang:scala-library:' + project.'scala.version'
compile 'org.scala-lang:scala-reflect:' + project.'scala.version'
compile 'org.springframework:spring-beans:' + project.'springframework.version'
compile 'org.springframework.security:spring-security-core:' + project.'spring-security.version'
compile 'org.springframework.security:spring-security-web:' + project.'spring-security.version'
Expand Down
14 changes: 0 additions & 14 deletions gradle/dependency-versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@
# limitations under the License.

# Dependency versions
activation.version = 1.1.1
annotations.version = 3.0.0
antlr.version = 2.7.7
assertj-core.version = 3.6.2
awaitility.version = 2.0.0
bcel.version = 6.0
catch-exception.version = 1.4.4
catch-throwable.version = 1.4.4
cdi-api.version = 1.2
cglib.version = 3.2.4
classmate.version = 0.9.0
commons-collections.version = 3.2.2
commons-configuration.version = 1.10
commons-fileupload.version = 1.3.2
Expand All @@ -40,15 +36,10 @@ dom4j.version = 1.6.1
fastutil.version = 7.1.0
google-gson.version=2.8.0
guava.version = 21.0
hadoop.version = 2.4.1
hamcrest-all.version = 1.3
hbase.version = 0.94.27
hibernate.version = 3.5.5-Final
hibernate-commons-annotations.version = 3.2.0.Final
httpclient.version = 4.5.3
httpcore.version = 4.4.6
httpunit.version = 1.7.2
hsqldb.version = 2.3.4
jackson.version = 2.8.2
jackson-module-scala_2.10.version = 2.8.2
jansi.version = 1.14
Expand All @@ -63,14 +54,12 @@ javax.transaction-api.version = 1.2
jedis.version = 2.9.0
jetty.version = 9.3.6.v20151106
jgroups.version = 3.6.10.Final
jline.version = 2.14.3
jmock.version = 2.8.2
jna.version = 4.0.0
jopt-simple.version = 5.0.3
json-path.version = 2.2.0
json-path-assert.version = 2.2.0
json4s.version = 3.2.4
jsr305.version = 3.0.1
junit.version = 4.12
junit-quickcheck.version = 0.7
JUnitParams.version = 1.0.6
Expand All @@ -85,11 +74,8 @@ mx4j-remote.version = 3.0.1
mx4j-tools.version = 3.0.1
netty-all.version = 4.1.8.Final
open-json.version = 1.8
paranamer.version = 2.3
phantomjsdriver.version=1.3.0
powermock.version = 1.6.6
quartz.version = 2.2.1
scala.version = 2.10.0
selenium.version=3.0.1
shiro.version=1.3.2
slf4j-api.version = 1.7.23
Expand Down

0 comments on commit 64cd6fc

Please sign in to comment.