Commit 6762e00a authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

add morphia to pom

parent 96d08d33
...@@ -19,8 +19,13 @@ ...@@ -19,8 +19,13 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<!--todo: update versions!-->
<dependencies> <dependencies>
<dependency>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia</artifactId>
<version>1.0.1</version>
</dependency>
<dependency> <dependency>
<groupId>io.dropwizard</groupId> <groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId> <artifactId>dropwizard-core</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment