summaryrefslogtreecommitdiffstats
path: root/appc-client/code-generator/pom.xml
diff options
context:
space:
mode:
authormojahidi <mojahidul.islam@amdocs.com>2017-09-26 17:39:23 +0530
committerPatrick Brady <pb071s@att.com>2017-09-27 22:05:22 +0000
commit5c0ab1dfa4aab9cd83d5baac17710963a11b22d9 (patch)
treef24a2e74e59afae15c49d4970573e0ec72120045 /appc-client/code-generator/pom.xml
parentf2e77cc8209018f6955fba400ab4d0ff609448b1 (diff)
Increased test coverage for appc-java-client
Added Junit test cases to increase test coverage for appc-java-client Change-Id: I31154acea348f50da5df47262611bfb108a4ed3a Issue-ID:APPC-223 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
Diffstat (limited to 'appc-client/code-generator/pom.xml')
-rw-r--r--appc-client/code-generator/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml
index 92bc109ec..4a318ffe9 100644
--- a/appc-client/code-generator/pom.xml
+++ b/appc-client/code-generator/pom.xml
@@ -118,5 +118,10 @@
<artifactId>maven-core</artifactId>
<version>${maven.core.version}</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>