Merge branch 'DATACASS-139' into 1.0.x

* DATACASS-139:
  DATACASS-139 - IN PROGRESS - Added PreparedStatement Cache for Performance Requirement.
This commit is contained in:
David Webb
2014-08-08 08:34:23 -04:00
7 changed files with 115 additions and 88 deletions

View File

@@ -114,6 +114,11 @@
<artifactId>guava</artifactId>
<version>15.0</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>3.1.1</version>
</dependency>
</dependencies>
<build>