Skip to content

Commit

Permalink
Excluded example projects from rest assured bom file (issue 1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed Mar 25, 2022
1 parent 3a74c2c commit fd477c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changelog 5.0.0 (2022-03-25)
----------------------------
* Breaking change: REST Assured now builds on Groovy 4!
* Excluded example projects from rest assured bom file (issue 1546)

Changelog 4.5.1 (2022-02-11)
----------------------------
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,11 @@
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
<sonar.skip>true</sonar.skip>
</properties>
<modules>
<excludes>
<exclude>io.rest-assured.examples:*</exclude>
</excludes>
</modules>
</bom>
</boms>
</configuration>
Expand Down

0 comments on commit fd477c5

Please sign in to comment.