Skip to content

Commit

Permalink
deps(springboot): fixed springboot webmvc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
saudkhan116 committed Sep 19, 2024
1 parent cb258b7 commit b895c2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEPENDENCIES_BACKEND
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ maven/mavencentral/org.springframework/spring-jdbc/6.1.12, Apache-2.0, approved,
maven/mavencentral/org.springframework/spring-tx/6.1.12, Apache-2.0, approved, #15229
maven/mavencentral/org.springframework/spring-web/6.1.12, Apache-2.0, approved, #15188
maven/mavencentral/org.springframework/spring-webflux/6.1.12, Apache-2.0, approved, #12593
maven/mavencentral/org.springframework/spring-webmvc/6.1.12, Apache-2.0, approved, #15182
maven/mavencentral/org.springframework/spring-webmvc/6.1.13, Apache-2.0, approved, #15182
maven/mavencentral/org.webjars/swagger-ui/5.13.0, Apache-2.0, approved, #14547
maven/mavencentral/org.yaml/snakeyaml/2.0, Apache-2.0 AND (Apache-2.0 OR BSD-3-Clause OR EPL-1.0 OR GPL-2.0-or-later OR LGPL-2.1-or-later), approved, #7275
9 changes: 9 additions & 0 deletions dpp-backend/digitalproductpass/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,15 @@
<version>2.5.0</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>6.1.13</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<resources>
<resource>
Expand Down

0 comments on commit b895c2b

Please sign in to comment.