Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
myguidingstar committed Mar 2, 2014
1 parent a1230b0 commit f721c75
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
(defproject summarizer "1.0.0-SNAPSHOT"
(defproject summarizer "1.1.0-SNAPSHOT"
:description "Text summarizer"
:main summarizer.main
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/clojure-contrib "1.2.0"]
[org.clojure/tools.cli "0.2.1"]
[commons-logging/commons-logging "1.1.1"]
:dependencies [[org.clojure/clojure "1.5.1"]
[net.sf.jwordnet/jwnl "1.4_rc3"]
[org.apache.opennlp/opennlp-tools "1.5.2-incubating"]
[org.apache.opennlp/opennlp-tools "1.5.3"]
[org.jgrapht/jgrapht-jdk1.5 "0.7.3"]])

0 comments on commit f721c75

Please sign in to comment.