Skip to content

Commit

Permalink
Fixed #438 - Dependencies in different scope
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 26, 2023
1 parent 11c4207 commit 59aaa17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
:issue-431: https://github.com/khmarbaise/maven-it-extension/issues/431[Fixed #431]
:issue-433: https://github.com/khmarbaise/maven-it-extension/issues/433[Fixed #433]
:issue-435: https://github.com/khmarbaise/maven-it-extension/issues/435[Fixed #435]
:issue-438: https://github.com/khmarbaise/maven-it-extension/issues/438[Fixed #438]
:issue-??: https://github.com/khmarbaise/maven-it-extension/issues/??[Fixed #??]

:release_0_13_0: https://github.com/khmarbaise/maven-it-extension/milestone/13
Expand Down Expand Up @@ -208,6 +209,7 @@ class ProfileOnClassIT {
* {issue-413} - Add asciidoctor-maven-plugin dependencies
* {issue-414} - Testing with Maven 4.0.0-alpha-10
* {issue-424} - Check for WARNING about Java agent
* {issue-438} - Dependencies in different scope


The full release notes can be found here {release_0_13_0}[Release 0.13.0].
1 change: 1 addition & 0 deletions itf-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>4.0.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 59aaa17

Please sign in to comment.