This repository was archived by the owner on May 31, 2022. It is now read-only.
File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 24
24
<module >custom-authentication</module >
25
25
</modules >
26
26
27
+ <properties >
28
+ <start-class >demo.Application</start-class >
29
+ <java .version>1.7</java .version>
30
+ <spring .version>4.3.23.BUILD-SNAPSHOT</spring .version>
31
+ </properties >
32
+
27
33
<name >spring-oauth2-tests</name >
28
34
<description >Demo project for OAuth2 and Spring Boot</description >
29
35
85
91
</pluginManagement >
86
92
</build >
87
93
88
- <properties >
89
- <start-class >demo.Application</start-class >
90
- <java .version>1.7</java .version>
91
- </properties >
92
-
93
94
<repositories >
94
95
<repository >
95
96
<id >spring-snapshots</id >
Original file line number Diff line number Diff line change 18
18
<module >client</module >
19
19
</modules >
20
20
21
+ <properties >
22
+ <start-class >demo.Application</start-class >
23
+ <java .version>1.7</java .version>
24
+ <spring .version>4.3.23.BUILD-SNAPSHOT</spring .version>
25
+ </properties >
26
+
21
27
<name >spring-oauth2-tests-xml</name >
22
28
<description >Demo project for OAuth2 and Spring Boot</description >
23
29
79
85
</pluginManagement >
80
86
</build >
81
87
82
- <properties >
83
- <start-class >demo.Application</start-class >
84
- <java .version>1.7</java .version>
85
- </properties >
86
-
87
88
</project >
You can’t perform that action at this time.
0 commit comments