Skip to content

Commit 2da1537

Browse files
author
maxjeffos
committed
fix: add spring-context dependency so that the project still builds after fixing vulns with Snyk
1 parent a692a70 commit 2da1537

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)