Skip to content

Commit

Permalink
Fixes piranhacloud#3773 - Move Spring Boot version into its subproject (
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Jun 18, 2024
1 parent 22956bb commit 002eb34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,13 +314,6 @@
<artifactId>omniutils</artifactId>
<version>${omniutils.version}</version>
</dependency>

<!-- Spring Boot -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>${spring-boot.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
11 changes: 10 additions & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
<packaging>pom</packaging>

<name>Piranha - Spring - Project</name>

<properties>
<spring-boot.version>3.3.0</spring-boot.version>
</properties>
<modules>
<module>spring-boot-starter-piranha-embedded</module>
</modules>
Expand All @@ -28,6 +30,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 002eb34

Please sign in to comment.