File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
spring-cloud-kubernetes-examples
kubernetes-leader-election-example Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 4646 </repository >
4747 </repositories >
4848 <pluginRepositories >
49+ <pluginRepository >
50+ <id >central</id >
51+ <url >https://repo1.maven.org/maven2/</url >
52+ </pluginRepository >
4953 <pluginRepository >
5054 <id >spring-snapshots</id >
5155 <name >Spring Snapshots</name >
Original file line number Diff line number Diff line change 1111
1212 <artifactId >kubernetes-leader-election-example</artifactId >
1313 <name >Spring Cloud Kubernetes :: Examples :: Leader Election</name >
14- <description >Leader election demonstration with Spring Integration and ConfigMap
15- </description >
14+ <description >Leader election demonstration with Spring Integration and ConfigMap</description >
1615
1716 <dependencyManagement >
1817 <dependencies >
7372 <skip >true</skip >
7473 </configuration >
7574 </plugin >
76- <plugin >
77- <artifactId >maven-surefire-plugin</artifactId >
78- <version >3.1.2</version >
79- </plugin >
80- <plugin >
81- <artifactId >maven-failsafe-plugin</artifactId >
82- <version >3.1.2</version >
83- </plugin >
8475 </plugins >
8576 </build >
8677
Original file line number Diff line number Diff line change 2626 <version >3.1.7-SNAPSHOT</version >
2727 </parent >
2828
29+ <!-- override the ones coming from spring-cloud-build, until it is fixed other there -->
30+ <properties >
31+ <maven-failsafe-plugin .version>3.5.3</maven-failsafe-plugin .version>
32+ <maven-surefire-plugin .version>3.5.3</maven-surefire-plugin .version>
33+ </properties >
34+
2935 <artifactId >spring-cloud-kubernetes-examples</artifactId >
3036 <packaging >pom</packaging >
3137
You can’t perform that action at this time.
0 commit comments