comparison pom.xml @ 60:cc7a6fe4ee7a

remove dependency on hashMapping.jar.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Fri, 23 Dec 2016 15:45:46 +0100
parents 2d669fdd0a8b
children fa7b1058b776
comparison
equal deleted inserted replaced
59:6e08ff123ae6 60:cc7a6fe4ee7a
25 </licenses> 25 </licenses>
26 26
27 27
28 <dependencies> 28 <dependencies>
29 29
30 <dependency>
31 <groupId>cl.talca</groupId>
32 <artifactId>hashMapping</artifactId>
33 <version>1.0</version>
34 </dependency>
35
36 <!-- LOGGING DEPENDENCIES - LOG4J --> 30 <!-- LOGGING DEPENDENCIES - LOG4J -->
37 31
38 <dependency> 32 <dependency>
39 <groupId>org.slf4j</groupId> 33 <groupId>org.slf4j</groupId>
40 <artifactId>slf4j-log4j12</artifactId> 34 <artifactId>slf4j-log4j12</artifactId>