Skip to content

Commit

Permalink
upgrade spring-boot, quarkus
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhaugsdal committed Jul 1, 2024
1 parent 984bfaa commit c5e8b15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<spring-boot.version>3.3.0</spring-boot.version>
<spring-boot.version>3.3.1</spring-boot.version>
</properties>

<artifactId>spring-boot</artifactId>
Expand Down
16 changes: 6 additions & 10 deletions spring-boot/spring-boot-soap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-tomcat</artifactId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
</dependency>
<dependency>
<groupId>io.github.mjhaugsdal</groupId>
Expand Down Expand Up @@ -65,10 +65,6 @@
<artifactId>messages</artifactId>
<version>1.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-netty-server</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
Expand Down

0 comments on commit c5e8b15

Please sign in to comment.