Skip to content
Discussion options

You must be logged in to vote

Hi @nkolatsis

Thanks for checking out the book.
Unfortunately there is no second edition yet so some of the code and commands shown in the book have become obsolete.

You can find an updated code-base here: https://github.com/manusa/packt-fullstack-quarkus-react/tree/feat/quarkus-3/spike-v3

You should be able to manually add the dependency to your pom.xml file:

    <dependency>
      <groupId>io.quarkus</groupId>
      <artifactId>quarkus-test-security-jwt</artifactId>
      <scope>test</scope>
    </dependency>

See https://github.com/manusa/packt-fullstack-quarkus-react/blob/946a4400dfb5ceda3d286a7d6ebe402ec72875cd/spike-v3/pom.xml#L75-L79

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@sberyozkin
Comment options

@nkolatsis
Comment options

@manusa
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by nkolatsis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment