Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Apr 23, 2024
1 parent c31ea1b commit 968aa76
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions as2-demo-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,11 @@
</license>
</licenses>

<!-- Include here to not bloat the global scope -->
<dependencyManagement>
<dependencies>
<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>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>${spring-boot.version}</version>
</dependency>

<dependency>
Expand All @@ -78,6 +66,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>${spring-boot.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 968aa76

Please sign in to comment.