Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Jun 21, 2023
1 parent c9f7c7c commit e5cee2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<properties>
<jackson.version>2.15.2</jackson.version>
<snakeyaml.version>2.0</snakeyaml.version>
<okta.commons.version>1.3.1</okta.commons.version>
<okta.sdk.previousVersion>3.0.3</okta.sdk.previousVersion>
<okta.commons.version>1.3.4</okta.commons.version>
<okta.sdk.previousVersion>3.0.4</okta.sdk.previousVersion>
<org.apache.tomcat.embed.version>9.0.76</org.apache.tomcat.embed.version>
<org.jetbrains.kotlin.version>1.6.10</org.jetbrains.kotlin.version>
<github.slug>okta/okta-idx-java</github.slug>
Expand Down Expand Up @@ -252,6 +252,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>8.3.1</version>
<configuration>
<!-- no js is used in this project -->
<retireJsAnalyzerEnabled>false</retireJsAnalyzerEnabled>
Expand Down
2 changes: 1 addition & 1 deletion samples/embedded-sign-in-widget/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.19</version>
<version>9.30.2</version>
</dependency>

<!-- These are the selenium dependencies -->
Expand Down
11 changes: 0 additions & 11 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
</parent>

<artifactId>okta-idx-java-samples</artifactId>
<groupId>com.okta.idx.sdk</groupId>
<name>Okta IDX Java SDK :: Samples</name>
<packaging>pom</packaging>

Expand All @@ -34,14 +33,4 @@
<module>embedded-sign-in-widget</module>
</modules>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.3</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit e5cee2f

Please sign in to comment.