Skip to content

Commit

Permalink
Remove duplicate profile in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Oct 23, 2024
1 parent 62b6a6b commit 5413290
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,19 +311,5 @@
</plugins>
</build>
</profile>
<profile>
<id>debug</id>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>springloaded</artifactId>
<version>1.2.8.RELEASE</version>
</dependency>
</dependencies>
</profile>
</profiles>
</project>

0 comments on commit 5413290

Please sign in to comment.