rsanchez
2014-09-29 8bba2a631975d2967b07bbbdbdcad2d86d0ccc4b
securis/pom.xml
....@@ -47,15 +47,20 @@
4747 <version>0.9.5-SNAPSHOT</version>
4848 </dependency>
4949 <dependency>
50
- <groupId>net.curisit.integrity</groupId>
51
- <artifactId>commons</artifactId>
52
- <version>0.0.1-SNAPSHOT</version>
53
- </dependency>
54
- <dependency>
5550 <groupId>org.slf4j</groupId>
5651 <artifactId>slf4j-log4j12</artifactId>
5752 <version>1.7.7</version>
5853 </dependency>
54
+ <dependency>
55
+ <groupId>net.curisit</groupId>
56
+ <artifactId>commons-curis</artifactId>
57
+ <version>0.0.1-SNAPSHOT</version>
58
+ </dependency>
59
+ <dependency>
60
+ <groupId>org.hibernate</groupId>
61
+ <artifactId>hibernate-entitymanager</artifactId>
62
+ <version>4.3.6.Final</version>
63
+ </dependency>
5964 </dependencies>
6065 <build>
6166 <plugins>