Skip to content

Commit

Permalink
remove HTTP core implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Sep 15, 2011
1 parent 12a7d63 commit 78ef298
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 995 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ dependencies {
compile "junit:junit:4.8.2"
compile "log4j:log4j:1.2.16"
compile "org.apache.httpcomponents:httpclient:4.1.2"
compile "org.apache.httpcomponents:httpcore-nio:4.1.2"
compile "org.yaml:snakeyaml:1.9"
testCompile("org.codehaus.groovy.modules.http-builder:http-builder:0.5.1") {
exclude module: "groovy"
Expand Down

This file was deleted.

54 changes: 0 additions & 54 deletions src/main/groovy/betamax/proxy/httpcore/EntityOutputStream.groovy

This file was deleted.

102 changes: 0 additions & 102 deletions src/main/groovy/betamax/proxy/httpcore/HttpCoreMessageImpl.groovy

This file was deleted.

49 changes: 0 additions & 49 deletions src/main/groovy/betamax/proxy/httpcore/HttpCoreRequestImpl.groovy

This file was deleted.

62 changes: 0 additions & 62 deletions src/main/groovy/betamax/proxy/httpcore/HttpCoreResponseImpl.groovy

This file was deleted.

Loading

0 comments on commit 78ef298

Please sign in to comment.