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.
1 parent e459ea7 commit 2ca94aaCopy full SHA for 2ca94aa
oauth-rest/oauth-ui-authorization-code-angular-zuul/pom.xml
@@ -8,11 +8,11 @@
8
<packaging>war</packaging>
9
10
<parent>
11
- <groupId>com.baeldung</groupId>
12
- <artifactId>spring-security-oauth</artifactId>
13
- <version>1.0.0-SNAPSHOT</version>
14
- <relativePath>../../</relativePath>
15
- </parent>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-parent</artifactId>
+ <version>2.2.6.RELEASE</version>
+ <relativePath />
+ </parent>
16
17
<dependencies>
18
@@ -119,4 +119,8 @@
119
</resources>
120
121
</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>
126
</project>
0 commit comments