Skip to content

Commit

Permalink
[MDEP-966] Add previously undeclared but used sisu dependency (#471)
Browse files Browse the repository at this point in the history
* Add previously undeclared but used sisu dependency
  • Loading branch information
elharo authored Nov 18, 2024
1 parent 1011ebe commit e681d70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ under the License.
<artifactId>plexus-archiver</artifactId>
<version>${plexus-archiver.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
<scope>provided</scope>
</dependency>
<!-- MNG-6607: needs to be overriden for commons-compress otherwise it will appear earlier in the tree -->
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit e681d70

Please sign in to comment.