Skip to content

Commit 2ca94aa

Browse files
author
sampadawagde
committed
BAEL-1405: Updated spring boot version
1 parent e459ea7 commit 2ca94aa

File tree

1 file changed

+9
-5
lines changed
  • oauth-rest/oauth-ui-authorization-code-angular-zuul

1 file changed

+9
-5
lines changed

oauth-rest/oauth-ui-authorization-code-angular-zuul/pom.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<packaging>war</packaging>
99

1010
<parent>
11-
<groupId>com.baeldung</groupId>
12-
<artifactId>spring-security-oauth</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../../</relativePath>
15-
</parent>
11+
<groupId>org.springframework.boot</groupId>
12+
<artifactId>spring-boot-starter-parent</artifactId>
13+
<version>2.2.6.RELEASE</version>
14+
<relativePath />
15+
</parent>
1616

1717
<dependencies>
1818

@@ -119,4 +119,8 @@
119119
</resources>
120120

121121
</build>
122+
<properties>
123+
<netflix-zuul.version>2.1.1.RELEASE</netflix-zuul.version>
124+
<commons-io.version>2.6</commons-io.version>
125+
</properties>
122126
</project>

0 commit comments

Comments
 (0)