Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove exclusion of kotlin lib from Okhttp3 which causes NoClassDef error #173

Closed
wants to merge 1 commit into from

Conversation

nishant-mehta
Copy link
Contributor

Issue(s)

#172

Description

There seems to be an issue with dependencies where upgrading the okta jwtverifier java deals to build failure.
Adding kotlin dependencies or the okttp3 without exclusions solves the issue

       <dependency>
            <groupId>com.squareup.okhttp3</groupId>
            <artifactId>okhttp</artifactId>
        </dependency>

Category

  • Bugfix
  • Enhancement
  • New Feature
  • Configuration Change
  • Versioning Change
  • Unit Test(s)
  • Documentation

@arvindkrishnakumar-okta
Copy link
Contributor

@nishant-mehta Thanks for the PR!

If not already, can you please sign the CLA at https://developer.okta.com/cla/?

@arvindkrishnakumar-okta
Copy link
Contributor

Closing this in favor of #175.

arvindkrishnakumar-okta added a commit that referenced this pull request Jan 22, 2024
Fix issue #173 - remove exclusion of kotlin lib from impl/pom.xml
@nishant-mehta
Copy link
Contributor Author

i have already signed the cla.

@arvindkrishnakumar-okta
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants