Skip to content

Commit

Permalink
Merge branch 'release/0.9.23.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
muloem committed Aug 21, 2017
2 parents ba82992 + 15a1191 commit 324c663
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject flow-services "0.9.22"
(defproject flow-services "0.9.23.1"
:description "HTTP layer to applets functionality"
:url "https://github.com/akvo/akvo-flow-services"
:license {:name "GNU Affero General Public License"
Expand All @@ -21,6 +21,7 @@
[com.draines/postal "1.11.3"]
; Java libraries
[jfree/jfreechart "1.0.13"]
[commons-lang/commons-lang "2.4"]
[org.apache.poi/poi "3.8"]
[org.apache.poi/poi-ooxml "3.8"]
[org.apache.tika/tika-core "1.6"]
Expand All @@ -30,7 +31,7 @@
[com.google.gdata/core "1.47.1"]
[org.xerial/sqlite-jdbc "3.7.2"]
; Akvo FLOW dependencies
[exporterapplet "1.9.19"]
[exporterapplet "1.9.21.1"]
[org.json/json "20090211"]
[log4j/log4j "1.2.16"]
[org.codehaus.jackson/jackson-mapper-asl "1.9.13"]
Expand Down

0 comments on commit 324c663

Please sign in to comment.