remove jwt libraries from scm-hg-plugin

This commit is contained in:
Sebastian Sdorra
2020-02-18 14:40:43 +01:00
parent 246e5916e5
commit e53629e152

View File

@@ -28,18 +28,6 @@
</exclusions>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.10.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
<version>0.10.5</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>