Skip to content

Instantly share code, notes, and snippets.

@jeevan-patil
Created July 29, 2017 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeevan-patil/0496081abf0a0ce712c0c00abdf92750 to your computer and use it in GitHub Desktop.
Save jeevan-patil/0496081abf0a0ce712c0c00abdf92750 to your computer and use it in GitHub Desktop.
Tomcat JDBC connection pool dependency.
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
<version>7.0.79</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment