Skip to content

Commit

Permalink
Added cglib and ehcache dependencies, and updated repository's version.
Browse files Browse the repository at this point in the history
  • Loading branch information
smile.animesh committed Aug 10, 2010
1 parent 76ae814 commit ee79120
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.impetus.kundera</groupId>
<artifactId>kundera</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>kundera</name>
Expand Down Expand Up @@ -175,7 +175,17 @@
<artifactId>lucene-analyzers</artifactId>
<version>3.0.2</version>
</dependency>

<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.2</version>
</dependency>

<!-- Required for running tests for embedded cassandra mode-->
<dependency>
<groupId>com.google.collections</groupId>
Expand Down

0 comments on commit ee79120

Please sign in to comment.