We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6ee0a4 + 2fbbe9a commit b719b93Copy full SHA for b719b93
samples/embedded-sign-in-widget/pom.xml
@@ -54,6 +54,11 @@
54
<artifactId>okta-spring-boot-starter</artifactId>
55
<version>${okta.springboot.starter.version}</version>
56
</dependency>
57
+ <dependency>
58
+ <groupId>net.minidev</groupId>
59
+ <artifactId>json-smart</artifactId>
60
+ <version>2.5.2</version>
61
+ </dependency>
62
<dependency>
63
<groupId>com.okta.idx.sdk</groupId>
64
<artifactId>okta-idx-java-api</artifactId>
0 commit comments