Skip to content

Commit

Permalink
properly exclude c3p0
Browse files Browse the repository at this point in the history
Change-Id: I74a3f76bafce19632b3ba5ad4df852ac7316d43a
  • Loading branch information
lucam committed Jan 28, 2016
1 parent 013ae21 commit 033c15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/quartz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = 'jPOS-EE :: Quartz integration'
dependencies {
compile libraries.jpos
compile (libraries.quartz) {
exclude(module: 'c3p0')
exclude group: 'c3p0', module: 'c3p0'
}
}

0 comments on commit 033c15b

Please # to comment.