Skip to content

Commit c3ac901

Browse files
authored
Update pom.xml
update pom.xml
1 parent 7da6d63 commit c3ac901

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

JavaProbe/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
<artifactId>commons-io</artifactId>
2121
<version>2.6</version>
2222
</dependency>
23+
<dependency>
24+
<groupId>org.springframework.boot</groupId>
25+
<artifactId>spring-boot-loader</artifactId>
26+
<version>2.1.3.RELEASE</version>
27+
<scope>provided</scope>
28+
</dependency>
2329
</dependencies>
2430

25-
</project>
31+
</project>

0 commit comments

Comments
 (0)