Skip to content

Commit

Permalink
merge: #7415
Browse files Browse the repository at this point in the history
7415: Fix revapi appearing in distribution dependencies r=npepinpe a=npepinpe

## Description

This PR fixes a mistake where the prepare-offline profile will include revapi to all modules as a dependency, but did not specify it was in scope test, resulting in it appearing in the distribution. There is another PR which will apply this fix (and more) to develop and the stable/1.0 branch already, but we need to include this fix for the upcoming release.



Co-authored-by: Nicolas Pepin-Perreault <[email protected]>
  • Loading branch information
zeebe-bors-cloud[bot] and npepinpe authored Jul 2, 2021
2 parents 83b4bd7 + 02b83e6 commit 377c9a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1545,6 +1545,7 @@
<groupId>org.revapi</groupId>
<artifactId>revapi-java</artifactId>
<version>${version.revapi}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 377c9a8

Please sign in to comment.