Skip to content

Commit

Permalink
minor pom improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas loubrieu committed Dec 22, 2022
1 parent 9ea086e commit b1633a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<maven.compiler.source>11</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<springfox-version>3.0.0</springfox-version>
<spring-framework-version>5.3.24</spring-framework-version>
</properties>


Expand Down Expand Up @@ -108,21 +109,21 @@
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<version>3.0.0</version>
<version>${springfox-version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.springframework/spring-web -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.3.20</version>
<version>${spring-framework-version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.springframework/spring-context -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.20</version>
<version>${spring-framework-version}</version>
</dependency>


Expand Down

0 comments on commit b1633a6

Please sign in to comment.