Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

INTSCALA-41 - Fix JDBC dependencies #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ebenfield
Copy link
Contributor

Changed spring-integration-dsl-scala-jdbc "commons-dbcp:commons-dbcp:1.4" and "commons-pool:commons-dbcp:1.5.4" dependencies from testCompile to compile

// libraries only needed for test
testCompile "commons-dbcp:commons-dbcp:1.4"
testCompile "commons-pool:commons-dbcp:1.5.4"
compile "commons-dbcp:commons-dbcp:1.4"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the motivation for not making this a test dependency? I don't think we should force users to use dbcp.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants