Skip to content

Commit

Permalink
deps: remove immutables library
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti committed Oct 13, 2023
1 parent eaab798 commit e45626c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.9</httpcore.version>
<httpcore-osgi.version>4.4.9</httpcore-osgi.version>
<immutable-value.version>2.10.0</immutable-value.version>
<influxdb.version>2.23</influxdb.version>
<j2html.version>1.6.0</j2html.version>
<jackson.version>2.15.0</jackson.version>
Expand Down Expand Up @@ -1314,11 +1313,6 @@
<artifactId>jna</artifactId>
<version>${jna.version}</version>
</dependency>
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
<version>${immutable-value.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
Expand Down

0 comments on commit e45626c

Please sign in to comment.