diff options
author | Vidyashree Rama <vidyashree.rama@huawei.com> | 2019-04-12 14:21:37 +0530 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-16 10:17:08 -0400 |
commit | a5fa2ea36c115aba01eb3328fd95a12dd654ed00 (patch) | |
tree | c9bf65fa2efbc9b532a17000dd909858a62afb9c /restapi-call-node/provider/pom.xml | |
parent | e4c9cfddd142785d527f29ff5c2b5883cc255033 (diff) |
Add test case for multi part form data
Add test case for multipart form data in restapicallnode
Issue-ID: CCSDK-239
Change-Id: Icad15bce57455ed2c1cbf4779cf8b0820fa24dc9
Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
Diffstat (limited to 'restapi-call-node/provider/pom.xml')
-rwxr-xr-x | restapi-call-node/provider/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml index 2455866a..1f698ead 100755 --- a/restapi-call-node/provider/pom.xml +++ b/restapi-call-node/provider/pom.xml @@ -80,5 +80,17 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.glassfish.jersey.containers</groupId> + <artifactId>jersey-container-servlet</artifactId> + <version>${jersey.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.glassfish.jersey.containers</groupId> + <artifactId>jersey-container-grizzly2-http</artifactId> + <version>${jersey.version}</version> + <scope>test</scope> + </dependency> </dependencies> </project> |