Skip to content

Instantly share code, notes, and snippets.

@kasramp
Created January 30, 2016 16:05
Show Gist options
  • Save kasramp/e646e3c0758b4b1b4418 to your computer and use it in GitHub Desktop.
Save kasramp/e646e3c0758b4b1b4418 to your computer and use it in GitHub Desktop.
Maven dependency for Tomcat JDBC Connection Pool
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
<version>8.0.30</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment