Skip to content

Commit 938e5c5

Browse files
remove unused lib
Signed-off-by: Thomas Poignant <[email protected]>
1 parent bc73751 commit 938e5c5

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

providers/go-feature-flag/pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.openfeature.contrib</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.2.2</version>
8+
<version>[0.2,)</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
@@ -34,13 +34,13 @@
3434
<dependency>
3535
<groupId>com.fasterxml.jackson.datatype</groupId>
3636
<artifactId>jackson-datatype-jsr310</artifactId>
37-
<version>2.18.3</version>
37+
<version>2.19.0</version>
3838
</dependency>
3939

4040
<dependency>
4141
<groupId>com.fasterxml.jackson.core</groupId>
4242
<artifactId>jackson-databind</artifactId>
43-
<version>2.18.3</version>
43+
<version>2.19.0</version>
4444
</dependency>
4545

4646
<dependency>
@@ -56,12 +56,6 @@
5656
<scope>test</scope>
5757
</dependency>
5858

59-
<dependency>
60-
<groupId>com.github.ben-manes.caffeine</groupId>
61-
<artifactId>caffeine</artifactId>
62-
<version>2.9.3</version>
63-
</dependency>
64-
6559
<dependency>
6660
<groupId>org.slf4j</groupId>
6761
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)