Skip to content

Commit

Permalink
Test against HornetQ 2.3 as part of the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Jul 30, 2015
1 parent 7151231 commit f7ec619
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions etc/bin/bees-ci-build.sh
Expand Up @@ -21,6 +21,11 @@ etc/bin/reversion.sh 2.x.incremental.${BUILD_NUMBER}
mark "Starting build"
lein modules all

mark "Testing messaging with HornetQ 2.3"
cd messaging
lein with-profile +hornetq-2.3 test
cd -

mark "Starting deploy build"
lein with-profile +incremental modules deploy

Expand Down
7 changes: 6 additions & 1 deletion messaging/project.clj
Expand Up @@ -24,4 +24,9 @@

:profiles {:dev
{:dependencies [[cheshire _]
[org.clojure/data.fressian _]]}})
[org.clojure/data.fressian _]]}
:hornetq-2.3
{:exclusions [org.hornetq/hornetq-server
org.hornetq/hornetq-jms-server]
:dependencies [[org.hornetq/hornetq-server "2.3.25.Final"]
[org.hornetq/hornetq-jms-server "2.3.25.Final"]]}})
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -91,7 +91,7 @@
clj-http "1.0.1"

;; org.projectodd.wunderboss "0.8.1"
org.projectodd.wunderboss "1.x.incremental.264"
org.projectodd.wunderboss "1.x.incremental.265"
;; org.projectodd.wunderboss "0.8.2-SNAPSHOT"

org.immutant :version
Expand Down

0 comments on commit f7ec619

Please sign in to comment.