From 73131f76e56fa66c434c6f81c63b97cd211103f8 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Mon, 24 Jan 2011 09:42:06 -0700 Subject: [PATCH] removed dependency on ring which was only used for the web example --- project.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project.clj b/project.clj index a6dbb34..d7b3995 100644 --- a/project.clj +++ b/project.clj @@ -2,6 +2,5 @@ :description "Concurrent propagator system" :dependencies [[org.clojure/clojure "1.2.0"] [org.clojure/clojure-contrib "1.2.0"] - [vijual "0.1.0-SNAPSHOT"] - [ring "0.2.0"]] + [vijual "0.1.0-SNAPSHOT"]] :dev-dependencies [[swank-clojure "1.2.1"]]) \ No newline at end of file -- 2.11.4.GIT