Skip to content

Commit

Permalink
change dependency version
Browse files Browse the repository at this point in the history
Signed-off-by: Seddik Yengui <[email protected]>
  • Loading branch information
Seddik Yengui committed Sep 5, 2024
1 parent f3d218c commit 168c86a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@
</developers>

<properties>
<gridsuite-dependencies.version>32</gridsuite-dependencies.version>
<gridsuite-dependencies.version>33</gridsuite-dependencies.version>

<liquibase-hibernate-package>org.gridsuite.geodata.server</liquibase-hibernate-package>
<dropwizard.version>4.2.26</dropwizard.version>
</properties>

<build>
Expand Down Expand Up @@ -99,11 +98,6 @@
</dependency>

<!-- project specific dependencies -->
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>${dropwizard.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand All @@ -125,10 +119,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
Expand Down

0 comments on commit 168c86a

Please sign in to comment.