Skip to content

Commit adbf8b2

Browse files
authored
Merge pull request #15 from spacious-team/develop
Исправление для релиза 2024.1
2 parents e5918a7 + ad9ac1e commit adbf8b2

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

pom.xml

+7-11
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,6 @@
8484
</repository>
8585
</repositories>
8686

87-
<dependencyManagement>
88-
<dependencies>
89-
<!-- org.apache.poi:poi-ooxml vulnerability fix https://devhub.checkmarx.com/cve-details/CVE-2024-26308/ -->
90-
<dependency>
91-
<groupId>org.apache.commons</groupId>
92-
<artifactId>commons-compress</artifactId>
93-
<version>1.26.1</version>
94-
</dependency>
95-
</dependencies>
96-
</dependencyManagement>
97-
9887
<dependencies>
9988
<dependency>
10089
<groupId>com.github.spacious-team</groupId>
@@ -111,6 +100,13 @@
111100
<artifactId>poi-ooxml</artifactId>
112101
<version>${apache-poi.version}</version>
113102
</dependency>
103+
<!-- org.apache.poi:poi-ooxml vulnerability fix https://devhub.checkmarx.com/cve-details/CVE-2024-26308/ -->
104+
<!-- Remove after poi-ooxml update -->
105+
<dependency>
106+
<groupId>org.apache.commons</groupId>
107+
<artifactId>commons-compress</artifactId>
108+
<version>1.26.1</version>
109+
</dependency>
114110
<dependency>
115111
<groupId>org.projectlombok</groupId>
116112
<artifactId>lombok</artifactId>

0 commit comments

Comments
 (0)