manage sdnr oauth provider dependency 78/123378/1
authorMichael DÜrre <michael.duerre@highstreet-technologies.com>
Thu, 19 Aug 2021 06:13:46 +0000 (08:13 +0200)
committerMichael DÜrre <michael.duerre@highstreet-technologies.com>
Thu, 19 Aug 2021 06:13:58 +0000 (08:13 +0200)
add missing version for java-jwt

Issue-ID: CCSDK-3313
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: I6b804294c180b52dca69f2af9e7de82e1e0aa39b
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
dependencies-odl-bom/pom.xml

index 19b19a5..dec1f2b 100644 (file)
                 <artifactId>odl-ready</artifactId>
                 <version>3.1.0</version>
             </dependency>
+            <dependency>
+                <groupId>com.auth0</groupId>
+                <artifactId>java-jwt</artifactId>
+                <version>3.11.0</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>*</groupId>
+                        <artifactId>*</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
         </dependencies>
     </dependencyManagement>