aboutsummaryrefslogtreecommitdiffstats
path: root/profiles/http/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/http/pom.xml')
-rw-r--r--profiles/http/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml
index 398ed8e1..bbd85082 100644
--- a/profiles/http/pom.xml
+++ b/profiles/http/pom.xml
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
@@ -71,6 +71,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.onap.cli</groupId>
+ <artifactId>cli-main</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit-coverage</artifactId>
<version>1.19</version>