Skip to content

Commit bb5a169

Browse files
authored
CAS fix (eugenp#3207)
1 parent f5a5c02 commit bb5a169

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

cas/cas-secured-app/pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.0.0.BUILD-SNAPSHOT</version>
17+
<version>2.0.0.M7</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

@@ -87,14 +87,6 @@
8787
</build>
8888

8989
<repositories>
90-
<repository>
91-
<id>spring-snapshots</id>
92-
<name>Spring Snapshots</name>
93-
<url>https://repo.spring.io/snapshot</url>
94-
<snapshots>
95-
<enabled>true</enabled>
96-
</snapshots>
97-
</repository>
9890
<repository>
9991
<id>spring-milestones</id>
10092
<name>Spring Milestones</name>
@@ -106,14 +98,6 @@
10698
</repositories>
10799

108100
<pluginRepositories>
109-
<pluginRepository>
110-
<id>spring-snapshots</id>
111-
<name>Spring Snapshots</name>
112-
<url>https://repo.spring.io/snapshot</url>
113-
<snapshots>
114-
<enabled>true</enabled>
115-
</snapshots>
116-
</pluginRepository>
117101
<pluginRepository>
118102
<id>spring-milestones</id>
119103
<name>Spring Milestones</name>

0 commit comments

Comments
 (0)