oauth2-oidc-sdk version available at jdk1.6

Issue #183 resolved
Vinoj Mathew created an issue

H i there,

Is there any way we can get the sdk compatible with jdk1.6 version

Thanks vinoj

Comments (4)

  1. Connect2id OSS

    Not at present, as the source is in Java 7. But there was a maven plugin that could output Java 7 JARs, need to check that.

  2. Connect2id OSS

    Released v5.9 with special Java 1.6 profile.

    Make sure you have the following dependency in your pom.xml:

    <dependency>
        <groupId>com.nimbusds</groupId>
        <artifactId>nimbus-jose-jwt</artifactId>
        <classifier>jdk16</classifier>
        <version>5.9</version>
    </dependency>
    
  3. Log in to comment