aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSébastien Determe <sd378r@intl.att.com>2018-07-03 08:36:38 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-03 08:36:38 +0000
commit628985aac4fbe481e20acb1a5578fe41749ea5ae (patch)
tree6ac42ddb6ff4a53d5297e227682b60a686bd3c84 /pom.xml
parente4a00ecdf72d5b743cd62fc784132141cb614e36 (diff)
parent2dc06bd93935107a84934d3ff4f3d4209160e68b (diff)
Merge "cleaned up clds service code"
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 9821f3d2..7c540867 100644
--- a/pom.xml
+++ b/pom.xml
@@ -596,6 +596,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>
@@ -651,7 +658,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>
@@ -671,8 +678,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>
@@ -707,7 +714,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>