OhadR / authentication-flows

oAuth2 sample: auth-server, resource server and client. "Authentication-Flows" is also a sub-module here.
42 stars 54 forks source link

all dependencies that are DB-relevant should be removed #73

Closed OhadR closed 7 years ago

OhadR commented 7 years ago

related to #72 (work with com.mchange:c3p0) all dependencies that are DB-relevant should be removed, as they are client-specific. the client app should decide whether to work with connection-pool (e.g. c3p0/version) or not, and with which DB-driver (MySql, MsSql informix etc)