Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add EAP profile.
  • Loading branch information
tobias committed Aug 26, 2015
1 parent 438ebf4 commit 0a5e04e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions project.clj
Expand Up @@ -18,8 +18,15 @@
:plugins [[lein-immutant "2.0.0"]]
:main demo.core
:uberjar-name "demo-standalone.jar"
:profiles {:uberjar {:aot [demo.core]}}
:min-lein-version "2.4.0"
:jvm-opts ["-Dhornetq.data.dir=target/hornetq-data"
"-Dcom.arjuna.ats.arjuna.objectstore.objectStoreDir=target/ObjectStore"]
:aliases {"msg-client" ["run" "-m" "demo.remote-messaging-client"]})
:aliases {"msg-client" ["run" "-m" "demo.remote-messaging-client"]}
:profiles {:uberjar {:aot [demo.core]}
:eap
{:exclusions [org.hornetq/hornetq-jms-server org.hornetq/hornetq-server
org.jboss.narayana.jta/narayana-jta]
:dependencies [[org.hornetq/hornetq-jms-server "2.3.25.Final"]
[org.hornetq/hornetq-server "2.3.25.Final"]
[org.jboss.jbossts.jta/narayana-jta "4.17.29.Final"]]
:immutant {:war {:resource-paths ["eap-resources"]}}}})

0 comments on commit 0a5e04e

Please sign in to comment.