Skip to content

Commit

Permalink
Migrated rspace module from jPOS-EE pre-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Jun 4, 2015
1 parent 565c729 commit eeabc13
Show file tree
Hide file tree
Showing 7 changed files with 793 additions and 1 deletion.
4 changes: 4 additions & 0 deletions libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ext {
jettyVersion = '9.2.10.v20150310'
servletApiVersion = '3.0.1'
websocketApiVersion = '1.0'
jgroupsVersion = '3.6.3.Final'

libraries = [
//jUnit (Tests)
Expand Down Expand Up @@ -72,6 +73,9 @@ ext {

// Quartz Scheduler
quartz: 'org.quartz-scheduler:quartz:2.2.1',

// JGroups
jgroups: "org.jgroups:jgroups:${jgroupsVersion}"
]

jettyLibs = [
Expand Down
7 changes: 7 additions & 0 deletions modules/rspace/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
description = 'jPOS-EE :: RSpace Module'

dependencies {
compile libraries.jpos
compile libraries.jgroups
}

Loading

0 comments on commit eeabc13

Please # to comment.