Skip to content

Commit

Permalink
Merge pull request #456 from nitram509/pom-fixes
Browse files Browse the repository at this point in the history
build: fixes Maven warnings (duplicate entry and missing version)
  • Loading branch information
saig0 authored Oct 5, 2022
2 parents ea7deae + ac79452 commit cefa2db
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
Expand Down Expand Up @@ -251,6 +246,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.7.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit cefa2db

Please sign in to comment.