浏览代码

fixed java version in the config

Dmitri Sotnikov 9 年之前
父节点
当前提交
eff87af7ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frameworks/Clojure/luminus/setup.sh

+ 1 - 1
frameworks/Clojure/luminus/setup.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-fw_depends java7 resin leiningen
+fw_depends java resin leiningen
 
 # Update db host in the source file
 sed -i 's|:jdbc-uri   "jdbc:postgresql://.*/hello_world|:jdbc-uri   "jdbc:postgresql://'"${DBHOST}"':5432/hello_world|g' hello/src/hello/db/core.clj