Skip to content

Commit

Permalink
Removed the heavy weight ClientProvider class; this reduces the jar size
Browse files Browse the repository at this point in the history
and dependency complexity.
  • Loading branch information
reiss authored and reiss committed Aug 5, 2016
1 parent 75e6bd8 commit 90f9f96
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 109 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ publishing {

dependencies {
compile 'io.reactivex:rxjava:1.1.8'
compile 'com.dukascopy.dds2:DDS2-jClient-JForex:2.45.50'
compile 'com.dukascopy.api:JForex-API:2.12.41'
compile 'com.google.guava:guava:19.0'
compile 'com.googlecode.combinatoricslib:combinatoricslib:2.1'
Expand All @@ -61,9 +60,6 @@ dependencies {
testCompile 'org.mockito:mockito-all:1.10.19'
testCompile 'info.solidsoft.mockito:mockito-java8:1.0.0-beta'
testCompile 'junit:junit:4.12'
testCompile 'org.powermock:powermock-api-mockito:1.6.5'
testCompile 'org.powermock:powermock-core:1.6.5'
testCompile 'org.powermock:powermock-module-junit4:1.6.5'
}

gradle.projectsEvaluated {
Expand Down
41 changes: 0 additions & 41 deletions src/main/java/com/jforex/programming/client/ClientProvider.java

This file was deleted.

This file was deleted.

0 comments on commit 90f9f96

Please sign in to comment.