I want to include Redis in my JHipser application so i added this two dependencies in pom:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>1.4.2.RELEASE</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.0.0</version>
<type>jar</type>
</dependency>
but when i do clean/install in Maven i get tons of errors at MetricsConfiguration.java caused by: java.lang.IllegalArgumentException: A metric named jvm.memory.pools.Code-Cache.usage already exists
Aucun commentaire:
Enregistrer un commentaire