Skip to content

Commit

Permalink
use commons-lang on a per-module basis
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Apr 22, 2016
1 parent a102a2c commit ea109f3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/eerest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies {
compile project(':modules:txn')
compile "javax.ws.rs:javax.ws.rs-api:${jaxrsVersion}"
compile "com.github.fge:json-schema-validator:${jsonSchemaVersion}"
compile libraries.commons_lang
}

apply from: '../../jpos-app.gradle'
Expand Down
1 change: 1 addition & 0 deletions modules/eeuser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description = 'jPOS-EE :: User Module'
dependencies {
compile project(':modules:dbsupport')
testCompile project(':modules:db-h2')
compile libraries.commons_lang
}

ext {
Expand Down
1 change: 1 addition & 0 deletions modules/minigl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dependencies {
compile project(':modules:logback')
compile project(':modules:dbsupport')
testCompile project(':modules:db-h2')
compile libraries.commons_lang
}

ext {
Expand Down
1 change: 1 addition & 0 deletions modules/resultcode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ description = 'jPOS-EE :: Resultcode Module'

dependencies {
compile project(':modules:dbsupport')
compile libraries.commons_lang
}
1 change: 1 addition & 0 deletions modules/sysconfig/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ description = 'jPOS-EE :: Sysconfig Module'

dependencies {
compile project(':modules:dbsupport')
compile libraries.commons_lang
}
1 change: 1 addition & 0 deletions modules/syslog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ description = 'jPOS-EE :: Syslog Module'

dependencies {
compile project(':modules:dbsupport')
compile libraries.commons_lang
}
1 change: 1 addition & 0 deletions modules/things/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ description = 'jPOS-EE :: Things Module'

dependencies {
compile project(':modules:dbsupport')
compile libraries.commons_lang
}

0 comments on commit ea109f3

Please # to comment.