blob: e17a58f4882f8a66692a513d942af5a0de72e66a [file] [log] [blame]
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -07001<?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>
Rob Daugherty9de3ce02017-08-04 12:15:51 -04007 <groupId>org.openecomp.so</groupId>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -07008 <artifactId>bpmn</artifactId>
ChrisC1ba1d192017-03-13 05:01:04 -07009 <version>1.1.0-SNAPSHOT</version>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070010 </parent>
11
Rob Daugherty9de3ce02017-08-04 12:15:51 -040012 <groupId>org.openecomp.so</groupId>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070013 <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>