[MSO-8] Update the maven dependency
[so.git] / bpmn / MSORESTClient / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4         <modelVersion>4.0.0</modelVersion>
5         
6         <parent>
7                 <groupId>org.openecomp.mso</groupId>
8         <artifactId>bpmn</artifactId>
9                 <version>1.1.0-SNAPSHOT</version>
10         </parent>
11         
12         <groupId>org.openecomp.mso</groupId>
13         <artifactId>MSORESTClient</artifactId>
14         
15         <packaging>jar</packaging>
16         
17         <name>MSO REST Client API</name>
18         
19         <dependencies>
20                 <dependency>
21              <groupId>org.evosuite</groupId>
22              <artifactId>evosuite-standalone-runtime</artifactId>
23              <version>${evosuiteVersion}</version>
24              <scope>test</scope>
25         </dependency>
26                 <dependency>
27                         <groupId>org.apache.httpcomponents</groupId>
28                         <artifactId>httpmime</artifactId>
29                         <version>4.5</version>
30                 </dependency>
31                 <dependency>
32                         <groupId>com.metaparadigm</groupId>
33                         <artifactId>json-rpc</artifactId>
34                         <version>1.0</version>
35                 </dependency>
36
37                 <dependency>
38                         <groupId>org.mockito</groupId>
39                         <artifactId>mockito-all</artifactId>
40                         <version>1.10.19</version>
41                         <scope>test</scope>
42                 </dependency>
43
44                 </dependencies>
45                 <build>
46                 <finalName>MSORESTClient</finalName>
47                 <plugins>
48                         
49                 </plugins>
50                 
51         </build>
52 </project>