manage sdnr oauth provider dependency
[ccsdk/parent.git] / 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>