Skip to content

Commit

Permalink
fix build, update boot version
Browse files Browse the repository at this point in the history
  • Loading branch information
lor6 committed Oct 17, 2020
1 parent dcbc808 commit b0ee3bb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
14 changes: 6 additions & 8 deletions oauth-legacy/oauth-ui-password-angularjs-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<packaging>war</packaging>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.6.RELEASE</version>
<relativePath />
</parent>
<groupId>com.baeldung</groupId>
<artifactId>spring-security-oauth</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<dependencies>

Expand All @@ -31,7 +31,7 @@
<artifactId>spring-cloud-starter-netflix-zuul</artifactId>
<version>${netflix-zuul.version}</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down Expand Up @@ -84,7 +84,6 @@
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
<version>${cargo-maven2-plugin.version}</version>
<configuration>
<wait>true</wait>
<container>
Expand All @@ -104,7 +103,6 @@
</build>
<properties>
<netflix-zuul.version>2.1.1.RELEASE</netflix-zuul.version>
<commons-io.version>2.6</commons-io.version>
</properties>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;


@Configuration
public class SameSiteConfig implements WebMvcConfigurer {
@Bean
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.3.RELEASE</version>
<version>2.1.17.RELEASE</version>
<relativePath></relativePath>
</parent>

Expand Down Expand Up @@ -71,8 +71,6 @@
<!-- Maven plugins -->
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
<maven-war-plugin.version>3.2.2</maven-war-plugin.version>
<maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
<cargo-maven2-plugin.version>1.7.3</cargo-maven2-plugin.version>
</properties>


Expand Down

0 comments on commit b0ee3bb

Please sign in to comment.