diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-04-27 11:40:48 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-04-27 11:40:48 +0530 |
commit | f0c5a4ebf825a34bfaef70d19733721d1d6ceb69 (patch) | |
tree | cb46113d407ce6d6c16220bdf7b35bef1f0228a7 /profiles/http/pom.xml | |
parent | b07f7593010c30ce27e0f4ce97b84255d8480217 (diff) |
Stablize the verification step by testing sample
Issue-ID: CLI-100
Change-Id: Ib9440b56012045cf8714b120a91ee4c36438a4fe
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'profiles/http/pom.xml')
-rw-r--r-- | profiles/http/pom.xml | 8 |
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> |