diff options
Diffstat (limited to 'sdnr/wt/oauth-provider')
-rwxr-xr-x | sdnr/wt/oauth-provider/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/oauth-provider/provider-jar/pom.xml | 4 | ||||
-rw-r--r-- | sdnr/wt/oauth-provider/provider-osgi/pom.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sdnr/wt/oauth-provider/pom.xml b/sdnr/wt/oauth-provider/pom.xml index cd8c77941..507cc3eb0 100755 --- a/sdnr/wt/oauth-provider/pom.xml +++ b/sdnr/wt/oauth-provider/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.4</version> + <version>2.1.7</version> <relativePath/> </parent> diff --git a/sdnr/wt/oauth-provider/provider-jar/pom.xml b/sdnr/wt/oauth-provider/provider-jar/pom.xml index 96d3f1ca0..2a2842c00 100644 --- a/sdnr/wt/oauth-provider/provider-jar/pom.xml +++ b/sdnr/wt/oauth-provider/provider-jar/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.1.4</version> + <version>2.1.7</version> <relativePath/> </parent> @@ -69,7 +69,7 @@ <artifactId>jackson-databind</artifactId> <scope>provided</scope> </dependency> - + <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifactId> diff --git a/sdnr/wt/oauth-provider/provider-osgi/pom.xml b/sdnr/wt/oauth-provider/provider-osgi/pom.xml index 24e2d2af1..6de0cfa92 100644 --- a/sdnr/wt/oauth-provider/provider-osgi/pom.xml +++ b/sdnr/wt/oauth-provider/provider-osgi/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.1.4</version> + <version>2.1.7</version> <relativePath/> </parent> |