Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit bbae002

Browse files
committed
Update Spring to 4.3.23.BUILD-SNAPSHOT in spring-security-oauth-tests
Issue gh-1630
1 parent a7ce253 commit bbae002

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

tests/annotation/pom.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
<module>custom-authentication</module>
2525
</modules>
2626

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+
2733
<name>spring-oauth2-tests</name>
2834
<description>Demo project for OAuth2 and Spring Boot</description>
2935

@@ -85,11 +91,6 @@
8591
</pluginManagement>
8692
</build>
8793

88-
<properties>
89-
<start-class>demo.Application</start-class>
90-
<java.version>1.7</java.version>
91-
</properties>
92-
9394
<repositories>
9495
<repository>
9596
<id>spring-snapshots</id>

tests/xml/pom.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
<module>client</module>
1919
</modules>
2020

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+
2127
<name>spring-oauth2-tests-xml</name>
2228
<description>Demo project for OAuth2 and Spring Boot</description>
2329

@@ -79,9 +85,4 @@
7985
</pluginManagement>
8086
</build>
8187

82-
<properties>
83-
<start-class>demo.Application</start-class>
84-
<java.version>1.7</java.version>
85-
</properties>
86-
8788
</project>

0 commit comments

Comments
 (0)