forked from Archives/Athou_commafeed
initial ehcache support
This commit is contained in:
18
pom.xml
18
pom.xml
@@ -21,6 +21,7 @@
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
|
||||
<repository>
|
||||
<id>hsqldb.snapshots</id>
|
||||
<url>http://www.hsqldb.org/repos/</url>
|
||||
@@ -99,6 +100,10 @@
|
||||
<lib>org.hibernate.common:hibernate-commons-annotations:4.0.1.Final</lib>
|
||||
<lib>org.hibernate:hibernate-validator:4.3.1.Final</lib>
|
||||
<lib>org.jboss.logging:jboss-logging:3.1.3.GA</lib>
|
||||
|
||||
<lib>net.sf.ehcache:ehcache-core:2.6.6</lib>
|
||||
<lib>org.hibernate:hibernate-ehcache:4.1.11.Final</lib>
|
||||
|
||||
<lib>dom4j:dom4j:1.6.1</lib>
|
||||
<lib>antlr:antlr:2.7.7</lib>
|
||||
<lib>remove:openjpa-</lib>
|
||||
@@ -178,6 +183,19 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.ehcache</groupId>
|
||||
<artifactId>ehcache-core</artifactId>
|
||||
<version>2.6.6</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-ehcache</artifactId>
|
||||
<version>4.1.11.Final</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>uaihebert.com</groupId>
|
||||
<artifactId>EasyCriteria</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user