Skip to content
Snippets Groups Projects
Commit f09bae84 authored by Robert Butora's avatar Robert Butora
Browse files

build: downgrades jjwt to 0.11 version to support IA2-token; disables Neanias...

build: downgrades jjwt to 0.11 version to support IA2-token; disables Neanias and SKA-IAM (IAM needs jjwt 0.12)
parent 5d03c0f7
No related branches found
No related tags found
No related merge requests found
......@@ -101,13 +101,13 @@
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>0.12.3</version>
<version>0.11.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api -->
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.12.3</version>
<version>0.11.2</version>
<scope>runtime</scope>
</dependency>
......@@ -115,7 +115,7 @@
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
<version>0.12.3</version>
<version>0.11.2</version>
<scope>runtime</scope>
</dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment