aboutsummaryrefslogtreecommitdiffstats
path: root/certService/pom.xml
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-02-18 13:46:02 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-18 13:46:02 +0000
commit9b8f6d322bce392903219a84c959032d69f760d2 (patch)
tree303c8185f6672557d96bd1a87b6d777e17cae9db /certService/pom.xml
parent39d5f8d61857e55fd36add1235ca87157b4c9c92 (diff)
parent6e45f9f98b6a27ef5b2b3134b4974f004cfc6e31 (diff)
Merge "Add spring developer tools"
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>