Skip to content

Commit

Permalink
resolved a compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
amry.ks@gmail.com committed Aug 4, 2011
1 parent f437b46 commit ce176b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
24 changes: 11 additions & 13 deletions pom.xml
Expand Up @@ -168,12 +168,22 @@
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>snappy</artifactId>
<version>1.0.1-rc4</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
Expand Down Expand Up @@ -269,24 +279,12 @@
<version>3.2.2</version>
</dependency>

<!-- MongoDB depndencies -->
<dependency>
<groupId>com.mongodb</groupId>
<artifactId>mongo</artifactId>
<version>2.5.3</version>
</dependency>

<!-- System dependencies -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>snappy</artifactId>
<version>1.0.1-rc4</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>3.2.0</version>
</dependency>

</dependencies>
<build>
<plugins>
Expand Down
Expand Up @@ -24,9 +24,9 @@

import javax.persistence.PersistenceException;

import org.hsqldb.lib.HashSet;
import java.util.HashSet;

import antlr.collections.List;
import java.util.List;

import com.impetus.kundera.metadata.EntityMetadata;
import com.impetus.kundera.utils.ReflectUtils;
Expand Down

0 comments on commit ce176b1

Please sign in to comment.