Issue with okta-spring-boot-saml-example

Hey @nprasad18

You can remove the repository and pluginRepository from the root pom which will download the jars from central (or your where your maven settings.xml points).

You will run into an issue with jndi:jndi:1.2.1:jar and jta:jta:jar:1.0.1 I’m guessing you just exclude them or install them directly in your local maven repository.

I’ll create a task for us to update this project.