aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGabriel <adam.krysiak@nokia.com>2018-06-25 08:25:06 +0200
committerGabriel <adam.krysiak@nokia.com>2018-07-03 07:53:03 +0200
commit2dc06bd93935107a84934d3ff4f3d4209160e68b (patch)
tree590ede87091641076e013ad84724a9c8750aa20a /pom.xml
parent21ebe86d82cb7e7700e45df9873ef5ca1834fc76 (diff)
cleaned up clds service code
Change-Id: Id1688515986d96b35f4cc654a38d662b3d491240 Issue-ID: CLAMP-178 Signed-off-by: Gabriel <adam.krysiak@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 11 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index d849473d..bc863d4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -543,6 +543,13 @@
<version>1.2.0</version>
<scope>test</scope>
</dependency>
+ <!-- TESTING -->
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <version>3.10.0</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<pluginRepositories>
<pluginRepository>
@@ -598,7 +605,7 @@
</resources>
<plugins>
- <!-- Scan Clamp code and generate the swagger.json file with all the
+ <!-- Scan Clamp code and generate the swagger.json file with all the
APIs -->
<plugin>
<groupId>com.sebastian-daschner</groupId>
@@ -618,8 +625,8 @@
</executions>
</plugin>
- <!-- Read the swagger.json file and the definition from SwaggerConfig.java;
- generate a list of .adoc files containing the APIs info in more structured
+ <!-- Read the swagger.json file and the definition from SwaggerConfig.java;
+ generate a list of .adoc files containing the APIs info in more structured
way -->
<plugin>
<groupId>io.github.swagger2markup</groupId>
@@ -654,7 +661,7 @@
</executions>
</plugin>
- <!-- Run the generated asciidoc through Asciidoctor to generate other
+ <!-- Run the generated asciidoc through Asciidoctor to generate other
documentation types, such as PDFs or HTML5 -->
<plugin>
<groupId>org.asciidoctor</groupId>