Skip to content

Commit

Permalink
Update jetty test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cch1 committed May 26, 2015
1 parent 5539684 commit 3436f25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
:profiles {:dev
{:resource-paths ["test-resources"],
:dependencies
[[org.eclipse.jetty/jetty-server "9.3.0.RC0"]
[org.eclipse.jetty/jetty-security "9.3.0.RC0"]
[org.eclipse.jetty/jetty-continuation "9.3.0.RC0"]
[[org.eclipse.jetty/jetty-server "9.3.0.RC1"]
[org.eclipse.jetty/jetty-security "9.3.0.RC1"]
[org.eclipse.jetty/jetty-continuation "9.3.0.RC1"]
[log4j "1.2.17"]
[org.slf4j/slf4j-log4j12 "1.7.12"]]}}
;; :repositories {"snapshots" "http://oss.sonatype.org/content/repositories/snapshots/"}
Expand Down

0 comments on commit 3436f25

Please sign in to comment.