diff options
author | Abhishek Shekhar <abhishek.shekhar1@amdocs.com> | 2018-01-08 21:17:38 +0530 |
---|---|---|
committer | Abhishek Shekhar <abhishek.shekhar1@amdocs.com> | 2018-01-08 21:17:38 +0530 |
commit | 485a358ef49037d92e170fb79d689b447958ec58 (patch) | |
tree | 15ce1e3c469250c9a6fd45cea336e0d15612c31d /bpmn/MSORESTClient/pom.xml | |
parent | 30585fe9fa4c810c1f0589010f53221a588a31c7 (diff) |
Conflicting Jars: jaon-rpc and json-20160212
Change-Id: Ic822046c688f9c2531748f2cd02d9b54aabfbbcd
Issue-ID: SO-376
Signed-off-by: Abhishek Shekhar <abhishek.shekhar1@amdocs.com>
Diffstat (limited to 'bpmn/MSORESTClient/pom.xml')
-rw-r--r-- | bpmn/MSORESTClient/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bpmn/MSORESTClient/pom.xml b/bpmn/MSORESTClient/pom.xml index dead7d02d8..c17015c003 100644 --- a/bpmn/MSORESTClient/pom.xml +++ b/bpmn/MSORESTClient/pom.xml @@ -22,11 +22,6 @@ <artifactId>httpmime</artifactId>
<version>4.5</version>
</dependency>
- <dependency>
- <groupId>com.metaparadigm</groupId>
- <artifactId>json-rpc</artifactId>
- <version>1.0</version>
- </dependency>
<dependency>
<groupId>org.mockito</groupId>
|