Skip to content

Commit

Permalink
rimosse dipendenze inutili
Browse files Browse the repository at this point in the history
  • Loading branch information
gcornacchia committed Dec 5, 2024
1 parent 955bc3e commit 62e1c91
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -315,16 +315,6 @@
<artifactId>gson</artifactId>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>2.7.5</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>logging-interceptor</artifactId>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>io.gsonfire</groupId>
<artifactId>gson-fire</artifactId>
Expand Down Expand Up @@ -399,12 +389,12 @@
<version>2.0.7</version>
<scope>test</scope>
</dependency>
<dependency>
<!--dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
<version>0.3.3</version>
<scope>test</scope>
</dependency>
</dependency-->
<!-- https://mvnrepository.com/artifact/org.json/json -->
<dependency>
<groupId>org.json</groupId>
Expand Down

0 comments on commit 62e1c91

Please sign in to comment.