summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DÜrre <michael.duerre@highstreet-technologies.com>2021-08-19 08:13:46 +0200
committerMichael DÜrre <michael.duerre@highstreet-technologies.com>2021-08-19 08:13:58 +0200
commit284b6cf6e221dd61edeedf602536d5a08ae308bc (patch)
treea0374224e1489551c643cdc34c1637e254989350
parenta31feef8c602092bf7c24284ecbd2b09d4032077 (diff)
manage sdnr oauth provider dependency
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>
-rw-r--r--dependencies-odl-bom/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml
index 19b19a55..dec1f2be 100644
--- a/dependencies-odl-bom/pom.xml
+++ b/dependencies-odl-bom/pom.xml
@@ -180,6 +180,17 @@
<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>