Skip to content

Commit

Permalink
explicit maven-shared-utils dependency (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Aug 31, 2020
1 parent da1a93b commit 0013644
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -184,6 +184,11 @@ under the License.
<artifactId>maven-dependency-tree</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-jar</artifactId>
Expand Down

0 comments on commit 0013644

Please sign in to comment.