Skip to content
Snippets Groups Projects
Commit 37d6dd23 authored by gwen-soleil's avatar gwen-soleil
Browse files

force exclusion of caffeine 3

parent 6a9f56a5
Branches
No related tags found
No related merge requests found
......@@ -35,6 +35,18 @@
<groupId>fr.soleil.tango.archiving</groupId>
<artifactId>tango-timeseries-persistence</artifactId>
<version>1.0.0-75</version>
<exclusions>
<!--version 3.x works only with java 11-->
<exclusion>
<artifactId>caffeine</artifactId>
<groupId>com.github.ben-manes.caffeine</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<artifactId>caffeine</artifactId>
<groupId>com.github.ben-manes.caffeine</groupId>
<version>2.9.2</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
......
......@@ -29,6 +29,18 @@
<dependency>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>archiving-common-collector</artifactId>
<exclusions>
<!--version 3.x works only with java 11-->
<exclusion>
<artifactId>caffeine</artifactId>
<groupId>com.github.ben-manes.caffeine</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<artifactId>caffeine</artifactId>
<groupId>com.github.ben-manes.caffeine</groupId>
<version>2.9.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
......
......@@ -29,6 +29,18 @@
<dependency>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>archiving-common-collector</artifactId>
<exclusions>
<!--version 3.x works only with java 11-->
<exclusion>
<artifactId>caffeine</artifactId>
<groupId>com.github.ben-manes.caffeine</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<artifactId>caffeine</artifactId>
<groupId>com.github.ben-manes.caffeine</groupId>
<version>2.9.2</version>
</dependency>
<dependency>
<artifactId>log4j</artifactId>
......
......@@ -29,6 +29,18 @@
<dependency>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>archiving-common-collector</artifactId>
<exclusions>
<!--version 3.x works only with java 11-->
<exclusion>
<artifactId>caffeine</artifactId>
<groupId>com.github.ben-manes.caffeine</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<artifactId>caffeine</artifactId>
<groupId>com.github.ben-manes.caffeine</groupId>
<version>2.9.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
......
......@@ -29,6 +29,18 @@
<dependency>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>hdbarchiver</artifactId>
<exclusions>
<!--version 3.x works only with java 11-->
<exclusion>
<artifactId>caffeine</artifactId>
<groupId>com.github.ben-manes.caffeine</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<artifactId>caffeine</artifactId>
<groupId>com.github.ben-manes.caffeine</groupId>
<version>2.9.2</version>
</dependency>
</dependencies>
......
......@@ -33,6 +33,18 @@
<dependency>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>hdbextractor</artifactId>
<exclusions>
<!--version 3.x works only with java 11-->
<exclusion>
<artifactId>caffeine</artifactId>
<groupId>com.github.ben-manes.caffeine</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<artifactId>caffeine</artifactId>
<groupId>com.github.ben-manes.caffeine</groupId>
<version>2.9.2</version>
</dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment