summaryrefslogtreecommitdiffstats
path: root/certService/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'certService/pom.xml')
-rw-r--r--certService/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/certService/pom.xml b/certService/pom.xml
index 51588f16..20988436 100644
--- a/certService/pom.xml
+++ b/certService/pom.xml
@@ -92,6 +92,16 @@
<profiles>
<profile>
+ <id>dev</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-devtools</artifactId>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
<id>docker-staging</id>
<properties>
<docker.tag>${project.version}-STAGING-${maven.build.timestamp}</docker.tag>