Skip to content

Commit

Permalink
explicitly declare maven-shared-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Jul 9, 2023
1 parent edc3905 commit 5915662
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,16 @@ under the License.
<artifactId>maven-invoker</artifactId>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-common-artifact-filters</artifactId>
<version>3.2.0</version>
</dependency>

<!-- Doxia -->
<dependency>
<groupId>org.apache.maven.doxia</groupId>
Expand Down

0 comments on commit 5915662

Please sign in to comment.