Skip to content

Commit

Permalink
Remove all Jetty based code
Browse files Browse the repository at this point in the history
Fixes #66
  • Loading branch information
robfletcher committed Oct 28, 2013
1 parent be17d1b commit 7a5f84f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 130 deletions.
14 changes: 0 additions & 14 deletions betamax-jetty/betamax-jetty.gradle

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion betamax.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ allprojects {
exclude module: "httpclient"
}),
httpClient: dependencies.create("org.apache.httpcomponents:httpclient:4.2.2"),
jetty: dependencies.create("org.eclipse.jetty:jetty-server:7.3.1.v20110307"),
junit: dependencies.create("junit:junit:4.10"),
netty: dependencies.create("io.netty:netty-all:4.0.7.Final"),
spock: dependencies.create("org.spockframework:spock-core:0.7-groovy-2.0", {
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include "betamax-core",
"betamax-httpclient",
"betamax-jetty",
"betamax-proxy",
"betamax-manual",
"betamax-test-support"
Expand Down

0 comments on commit 7a5f84f

Please sign in to comment.