Skip to content

Commit 45b2e37

Browse files
authored
Update pom.xml
1 parent c13a480 commit 45b2e37

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

apache-poi-3/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
</parent>
1515

1616
<dependencies>
17+
<dependency>
18+
<groupId>org.springframework.boot</groupId>
19+
<artifactId>spring-boot-starter-web</artifactId>
20+
<version>${spring.web.version}</version>
21+
</dependency>
1722
<dependency>
1823
<groupId>org.apache.poi</groupId>
1924
<artifactId>poi-ooxml</artifactId>
@@ -110,4 +115,4 @@
110115
<log4j.version>2.23.1</log4j.version>
111116
</properties>
112117

113-
</project>
118+
</project>

0 commit comments

Comments
 (0)