Skip to content

Commit

Permalink
Update Jackson to 2.9.9
Browse files Browse the repository at this point in the history
Remove duplicate code in example pom files (otherwise the dep management section will override the new jackson version)
  • Loading branch information
bdemers committed Jun 4, 2019
1 parent 91a8d50 commit 3e197f1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 53 deletions.
6 changes: 0 additions & 6 deletions examples/hosted-login-code-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
<artifactId>okta-spring-boot-hosted-code-flow-example</artifactId>
<name>Okta Spring Boot :: Examples :: Hosted Code Flow</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>

<dependency>
Expand Down
6 changes: 0 additions & 6 deletions examples/redirect-code-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
<artifactId>okta-spring-boot-redirect-code-flow-example</artifactId>
<name>Okta Spring Boot :: Examples :: Redirect Code Flow</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>

<dependency>
Expand Down
20 changes: 0 additions & 20 deletions examples/siw-jquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,6 @@
<artifactId>okta-spring-boot-siw-jquery-example</artifactId>
<name>Okta Spring Boot :: Examples :: Sign-in-Widget</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

</dependencies>
</dependencyManagement>

<dependencies>

<!-- The Okta Spring-Security Starter -->
Expand Down
20 changes: 0 additions & 20 deletions examples/webflux-resource-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,6 @@
<artifactId>okta-spring-boot-webflux-example</artifactId>
<name>Okta Spring Boot :: Examples :: WebFlux</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

</dependencies>
</dependencyManagement>

<dependencies>

<!-- The Okta Spring-Security Starter -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.9.8</version>
<version>2.9.9</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 3e197f1

Please sign in to comment.