Skip to content

Published package missing dependencies #44

@Jazzepi

Description

@Jazzepi

Description

I started wtih version 1.0.0 which had these first-level published dependencies.

com.auth0:auth0-spring-security-api:1.0.0
com.auth0:java-jwt:3.3.0
com.auth0:jwks-rsa:0.3.0
com.fasterxml.jackson.core:jackson-databind:2.9.4
commons-codec:commons-codec:1.11
org.slf4j:slf4j-api:1.7.25
org.springframework.security:spring-security-config:4.2.4.RELEASE
org.springframework.security:spring-security-core:4.2.4.RELEASE
org.springframework.security:spring-security-web:4.2.4.RELEASE

I started version 1.3.0 has NO first-level published dependencies.

(none)

which broke the example of using the JwkProviderBuilder

                .authenticationProvider(
                        new JwtAuthenticationProvider(
                                new JwkProviderBuilder(<omitted>).build(), <omitted>, <ommitted>)
                )

You may want to include those dependencies, or make a note of where the class JwkProviderBuilder can be found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis points to a verified bug in the code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions