Skip to content

Commit

Permalink
dependency should be transitive
Browse files Browse the repository at this point in the history
  • Loading branch information
vananiev committed Apr 15, 2024
1 parent 6a630e3 commit ad9ac1e
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,6 @@
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<!-- org.apache.poi:poi-ooxml vulnerability fix https://devhub.checkmarx.com/cve-details/CVE-2024-26308/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.1</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.github.spacious-team</groupId>
Expand All @@ -111,6 +100,13 @@
<artifactId>poi-ooxml</artifactId>
<version>${apache-poi.version}</version>
</dependency>
<!-- org.apache.poi:poi-ooxml vulnerability fix https://devhub.checkmarx.com/cve-details/CVE-2024-26308/ -->
<!-- Remove after poi-ooxml update -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down

0 comments on commit ad9ac1e

Please sign in to comment.