Skip to content

Commit

Permalink
Updated Esper to 4.6.0; EPServiceProviderImpl had moved to a new package
Browse files Browse the repository at this point in the history
  • Loading branch information
pingles committed Aug 21, 2012
1 parent 99c932a commit 1a34f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject clj-esper/clj-esper "1.0.2-SNAPSHOT"
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.4.0"]
[com.espertech/esper "4.3.0" :exclusions [log4j]]]
[com.espertech/esper "4.6.0" :exclusions [log4j]]]
:description "Simple Esper wrapper for Clojure")
2 changes: 1 addition & 1 deletion test/clj_esper/test/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(:use [clojure.test])
(:import [com.espertech.esper.event.map MapEventBean]
[com.espertech.esper.client EPServiceProviderManager]
[com.espertech.esper.core EPServiceProviderImpl]))
[com.espertech.esper.core.service EPServiceProviderImpl]))


(defevent TestEvent [a :int b :string])
Expand Down

0 comments on commit 1a34f2c

Please sign in to comment.