Add some dependencies

This commit is contained in:
Dave Syer
2013-05-17 11:54:52 +01:00
parent 430ec347fd
commit 83b5240a0f
2 changed files with 42 additions and 1 deletions

View File

@@ -32,7 +32,6 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.3.1.Final</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -45,6 +44,16 @@
<artifactId>tomcat-embed-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>