Skip to content

Commit

Permalink
update mongeez version
Browse files Browse the repository at this point in the history
  • Loading branch information
epishkin committed Nov 12, 2012
1 parent 3deb2cd commit 0a596c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,19 @@
<dependency>
<groupId>org.mongeez</groupId>
<artifactId>mongeez</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>

<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>2.9.3</version>
</dependency>
<dependency>
<groupId>com.google.code.morphia</groupId>
<artifactId>morphia</artifactId>
Expand Down

0 comments on commit 0a596c1

Please sign in to comment.