Skip to content

Instantly share code, notes, and snippets.

View seeekr's full-sized avatar

Denis Andrejew seeekr

  • productioneer.io
  • Austria
View GitHub Profile
@seeekr
seeekr / tomcat-jdbc-pom.part.xml
Created April 17, 2012 15:42
including tomcat-jdbc in maven pom.xml
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
<version>7.0.27</version>
</dependency>