Skip to content

Commit b559cad

Browse files
committed
Provide dependency management for spring-xml
Closes gh-13150
1 parent 22642dd commit b559cad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2959,6 +2959,11 @@
29592959
</exclusion>
29602960
</exclusions>
29612961
</dependency>
2962+
<dependency>
2963+
<groupId>org.springframework.ws</groupId>
2964+
<artifactId>spring-xml</artifactId>
2965+
<version>${spring-ws.version}</version>
2966+
</dependency>
29622967
<dependency>
29632968
<groupId>org.xerial</groupId>
29642969
<artifactId>sqlite-jdbc</artifactId>

0 commit comments

Comments
 (0)