Skip to content

Commit

Permalink
Spring profile active by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Nov 14, 2024
1 parent dd941c7 commit 5a65952
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,9 @@
<profiles>
<profile>
<id>spring</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>spring-snapshots</id>
Expand Down
3 changes: 3 additions & 0 deletions spring-cloud-contract-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@
<profiles>
<profile>
<id>spring</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>spring-snapshots</id>
Expand Down

0 comments on commit 5a65952

Please sign in to comment.