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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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>