diff --git a/MIGRATING.md b/MIGRATING.md index a06dafb630e..88361ef3161 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -14,6 +14,16 @@ This revision will embrace the Open Source [openapi-generator](https://github.co In older version, you would instantiate a global `Client` and access the Okta resources using the Management APIs. Now, each API area (such as Users, Groups, Applications etc.) would have its own specific client, so you will only instantiate those clients you are interested in: +Note that the below `okta-sdk-httpclient` dependency we used in previous versions is no longer needed: + +```xml + + com.okta.sdk + okta-sdk-httpclient + runtime + +``` + _Earlier:_ ```java diff --git a/README.md b/README.md index cbbea18b27e..0d07a98ee37 100644 --- a/README.md +++ b/README.md @@ -99,12 +99,6 @@ For Apache Maven: ${okta.sdk.version} runtime - - com.okta.sdk - okta-sdk-httpclient - ${okta.sdk.version} - runtime - ``` For Gradle: @@ -112,7 +106,6 @@ For Gradle: ```groovy compile "com.okta.sdk:okta-sdk-api:${okta.sdk.version}" runtime "com.okta.sdk:okta-sdk-impl:${okta.sdk.version}" -runtime "com.okta.sdk:okta-sdk-httpclient:${okta.sdk.version}" ``` where ${okta.sdk.version} is the latest published version in [Maven Central](https://search.maven.org/search?q=g:com.okta.sdk%20a:okta-sdk-api). diff --git a/examples/quickstart/pom.xml b/examples/quickstart/pom.xml index 297a53edc5c..30c3c6c4610 100644 --- a/examples/quickstart/pom.xml +++ b/examples/quickstart/pom.xml @@ -38,11 +38,6 @@ okta-sdk-impl runtime - - - - - ch.qos.logback logback-classic diff --git a/pom.xml b/pom.xml index 8568d0569b1..4b64a5803ce 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,6 @@ 2017 - 1.6.7 2.14.0 1.33 1.70