Skip to content

Commit 5a65952

Browse files
committed
Spring profile active by default.
1 parent dd941c7 commit 5a65952

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,9 @@
643643
<profiles>
644644
<profile>
645645
<id>spring</id>
646+
<activation>
647+
<activeByDefault>true</activeByDefault>
648+
</activation>
646649
<repositories>
647650
<repository>
648651
<id>spring-snapshots</id>

spring-cloud-contract-dependencies/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@
116116
<profiles>
117117
<profile>
118118
<id>spring</id>
119+
<activation>
120+
<activeByDefault>true</activeByDefault>
121+
</activation>
119122
<repositories>
120123
<repository>
121124
<id>spring-snapshots</id>

0 commit comments

Comments
 (0)