summaryrefslogtreecommitdiffstats
path: root/cps-rest/pom.xml
diff options
context:
space:
mode:
authorClaudio David Gasparini <claudio.gasparini@pantheon.tech>2020-11-08 22:31:43 +0100
committerClaudio David Gasparini <claudio.gasparini@pantheon.tech>2020-11-10 09:38:48 +0000
commit1bd1c6c8ad38d1df70f93c25f82321faa06ae8fc (patch)
treeab1b9d073c199f2ab7758cd567e9bc9732f18919 /cps-rest/pom.xml
parent7f6616e5d7e2759bc21fad0e363e4e356a8ec8f9 (diff)
Fix broken branch by adding missing dependency
- commons-lang3 Move .gitignore to correct folder Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: Ifb24f89c798c1e1f2a6bb8436562a2f98d044b57
Diffstat (limited to 'cps-rest/pom.xml')
-rw-r--r--cps-rest/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml
index 4f8746a36..3c92a4e20 100644
--- a/cps-rest/pom.xml
+++ b/cps-rest/pom.xml
@@ -46,7 +46,10 @@
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
</dependency>
-
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>