Skip to content

Commit

Permalink
#3 Upgrade to SpringBoot 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
openwms committed Oct 2, 2024
1 parent 23a9f00 commit 00736e2
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openwms</groupId>
<artifactId>org.openwms.parent</artifactId>
<version>25</version>
<version>26</version>
<relativePath/>
</parent>
<artifactId>org.openwms.core.preferences</artifactId>
Expand Down Expand Up @@ -68,12 +68,13 @@
<properties>
<checker-qual.version>3.33.0</checker-qual.version>
<commons-io.version>2.11.0</commons-io.version>
<core.version>2.1.0-SNAPSHOT</core.version>
<core.version>3.0.0-SNAPSHOT</core.version>
<dozer.version>7.0.0</dozer.version>
<guava.version>32.0.0-jre</guava.version>
<org.openwms.core.preferences.lib.version>1.0.0-SNAPSHOT</org.openwms.core.preferences.lib.version>
<org.openwms.core.preferences.ui.version>1.0.0-SNAPSHOT</org.openwms.core.preferences.ui.version>
<servo-core.version>0.12.21</servo-core.version>
<spring-cloud-dependencies.version>2021.0.8</spring-cloud-dependencies.version>
<spring-cloud-dependencies.version>2023.0.1</spring-cloud-dependencies.version>
</properties>

<reporting>
Expand All @@ -99,10 +100,6 @@
<build>
<finalName>openwms-core-preferences</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
Expand Down Expand Up @@ -130,6 +127,11 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-core</artifactId>
<version>${dozer.version}</version>
</dependency>
<dependency>
<!-- Clash between Dozer and OpenFeign -->
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -235,14 +237,6 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-zipkin</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
Expand All @@ -254,6 +248,14 @@
<artifactId>micrometer-registry-prometheus</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing-bridge-brave</artifactId>
</dependency>
<dependency>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-brave</artifactId>
</dependency>

<!-- 3rd party dependencies -->
<dependency>
Expand Down

0 comments on commit 00736e2

Please sign in to comment.