Skip to content

Commit ddd132b

Browse files
authored
Merge pull request snyk-labs#223 from snyk/fix/add-spring-context-dep
Add `spring-context` artifactId as dependency so it still builds after Snyk fixing vulns
2 parents a692a70 + 2da1537 commit ddd132b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

todolist-core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
<dependencies>
1616

1717
<!--spring-->
18+
<dependency>
19+
<groupId>org.springframework</groupId>
20+
<artifactId>spring-context</artifactId>
21+
<version>${spring.version}</version>
22+
</dependency>
23+
1824
<dependency>
1925
<groupId>org.springframework</groupId>
2026
<artifactId>spring-orm</artifactId>

0 commit comments

Comments
 (0)