securis/pom.xml
.. .. @@ -21,5 +21,10 @@ 21 21 <artifactId>commons-lang</artifactId> 22 22 <version>2.6</version> 23 23 </dependency> 24 + <dependency>25 + <groupId>net.curisit.integrity</groupId>26 + <artifactId>commons</artifactId>27 + <version>0.0.1-SNAPSHOT</version>28 + </dependency>24 29 </dependencies> 25 30 </project>