Skip to content

Commit

Permalink
removed dependencies from io.jsonwebtoken and org.yaml.snakeyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek9237 committed Mar 13, 2024
1 parent 8d6dab5 commit c0cc8fa
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,6 @@
<artifactId>gson</artifactId>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>0.11.2</version> <!-- Use the latest version available -->
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.11.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
<version>0.11.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.29</version> <!-- Use the latest version available -->
</dependency>
</dependencies>
<build>
<finalName>eic-sdk-java</finalName>
Expand Down

0 comments on commit c0cc8fa

Please sign in to comment.