This repository was archived by the owner on Jun 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- (defproject io.pithos /pithos-quickstart " 0.6.2-SNAPSHOT "
1+ (defproject io.pithos /pithos-quickstart " 0.7.0 "
22 :description " pithos and cassandra, bundled together"
33 :url " http://pithos.io"
44 :license {:name " Eclipse Public License"
55 :url " http://www.eclipse.org/legal/epl-v10.html" }
66 :main io.pithos.quickstart
77 :dependencies [[org.clojure/clojure " 1.7.0-alpha2" ]
8- [io.pithos/pithos " 0.6.1 " ]
9- [org.apache.cassandra/cassandra-all " 2.1.0 " ]])
8+ [io.pithos/pithos " 0.7.0 " ]
9+ [org.apache.cassandra/cassandra-all " 2.1.1 " ]])
Original file line number Diff line number Diff line change 1- (defproject io.pithos /pithos " 0.6.2-SNAPSHOT "
1+ (defproject io.pithos /pithos " 0.7.0 "
22 :description " cassandra-backed object storage"
33 :maintainer {:email " Pierre-Yves Ritschard <pyr@spootnik.org>" }
44 :url " http://pithos.io"
1111 :plugins [[lein-sub " 0.3.0" ]
1212 [lein-difftest " 2.0.0" ]]
1313 :sub [" pithos-quickstart" ]
14- :dependencies [[org.clojure/clojure " 1.7.0-alpha2 " ]
14+ :dependencies [[org.clojure/clojure " 1.7.0-alpha3 " ]
1515 [org.clojure/data.codec " 0.1.0" ]
1616 [org.clojure/data.xml " 0.0.8" ]
1717 [org.clojure/data.zip " 0.1.1" ]
2626 [cc.qbits/alia " 2.2.3" ]
2727 [cc.qbits/jet " 0.5.0-alpha3" ]
2828 [net.jpountz.lz4/lz4 " 1.2.0" ]
29- [org.xerial.snappy/snappy-java " 1.1.1.3 " ]])
29+ [org.xerial.snappy/snappy-java " 1.1.1.6 " ]])
You can’t perform that action at this time.
0 commit comments