Skip to content

Commit

Permalink
added spring-boot-starter-web (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
aanodin authored Oct 5, 2023
1 parent aad9e26 commit e808784
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
<version>${version.zeebe.spring}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
Expand Down

0 comments on commit e808784

Please sign in to comment.