diff --git a/storm-netty/project.clj b/storm-netty/project.clj index 0459d36d5..f0ac23810 100644 --- a/storm-netty/project.clj +++ b/storm-netty/project.clj @@ -3,12 +3,10 @@ (defproject storm/storm-netty VERSION :dependencies [[storm/storm-core "0.9.0-wip17"] - [io.netty/netty "3.6.3.Final"] - ] - + [io.netty/netty "3.6.3.Final"]] + :java-source-paths ["src/jvm"] :test-paths ["test/clj"] - + :profiles {:release {}} - - :aot :all) + :aot :all) \ No newline at end of file