|
@@ -151,6 +151,8 @@
|
|
<hbase.two.version>2.0.0-beta-1</hbase.two.version>
|
|
<hbase.two.version>2.0.0-beta-1</hbase.two.version>
|
|
<junit.version>4.13.1</junit.version>
|
|
<junit.version>4.13.1</junit.version>
|
|
<woodstox.version>5.3.0</woodstox.version>
|
|
<woodstox.version>5.3.0</woodstox.version>
|
|
|
|
+ <json-smart.version>2.4.2</json-smart.version>
|
|
|
|
+ <nimbus-jose-jwt.version>9.8.1</nimbus-jose-jwt.version>
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
@@ -1251,7 +1253,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.nimbusds</groupId>
|
|
<groupId>com.nimbusds</groupId>
|
|
<artifactId>nimbus-jose-jwt</artifactId>
|
|
<artifactId>nimbus-jose-jwt</artifactId>
|
|
- <version>7.9</version>
|
|
|
|
|
|
+ <version>${nimbus-jose-jwt.version}</version>
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
<exclusions>
|
|
<exclusions>
|
|
<exclusion>
|
|
<exclusion>
|
|
@@ -1274,7 +1276,7 @@
|
|
-->
|
|
-->
|
|
<groupId>net.minidev</groupId>
|
|
<groupId>net.minidev</groupId>
|
|
<artifactId>json-smart</artifactId>
|
|
<artifactId>json-smart</artifactId>
|
|
- <version>2.3</version>
|
|
|
|
|
|
+ <version>${json-smart.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.skyscreamer</groupId>
|
|
<groupId>org.skyscreamer</groupId>
|