diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-01-11 10:40:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-01-11 10:40:27 +0000 |
commit | 70cd0b07f241c6b8fd3ded8895b351bee71681f1 (patch) | |
tree | d232252838acda21994297dd45046b3ba623f7c2 /bpmn | |
parent | c506bf454b752ecf71bc6dee2cf5641a1bb4db3c (diff) | |
parent | 485a358ef49037d92e170fb79d689b447958ec58 (diff) |
Merge "Conflicting Jars: jaon-rpc and json-20160212"
Diffstat (limited to 'bpmn')
-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>
|