diff options
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2020-11-08 22:31:43 +0100 |
---|---|---|
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2020-11-10 09:38:48 +0000 |
commit | 1bd1c6c8ad38d1df70f93c25f82321faa06ae8fc (patch) | |
tree | ab1b9d073c199f2ab7758cd567e9bc9732f18919 /cps-rest/pom.xml | |
parent | 7f6616e5d7e2759bc21fad0e363e4e356a8ec8f9 (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.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 4f8746a366..3c92a4e209 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>
|