Skip to content

Commit

Permalink
Merge pull request #34 from lucam/to_my_upstream
Browse files Browse the repository at this point in the history
properly exclude c3p0
  • Loading branch information
vsalaman committed Jan 28, 2016
2 parents 013ae21 + 033c15b commit 4d75e95
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 4d75e95

Please sign in to comment.