blob: b042a9e82c6f026f1d6097c97e5247aebf30a08d [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>
Arthur Martella62cd6aa2017-09-08 13:27:46 -04009 <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>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070021 <groupId>org.apache.httpcomponents</groupId>
22 <artifactId>httpmime</artifactId>
23 <version>4.5</version>
24 </dependency>
25 <dependency>
26 <groupId>com.metaparadigm</groupId>
27 <artifactId>json-rpc</artifactId>
28 <version>1.0</version>
29 </dependency>
30
31 <dependency>
32 <groupId>org.mockito</groupId>
33 <artifactId>mockito-all</artifactId>
34 <version>1.10.19</version>
35 <scope>test</scope>
36 </dependency>
37
38 </dependencies>
39 <build>
40 <finalName>MSORESTClient</finalName>
41 <plugins>
42
43 </plugins>
44
45 </build>
46</project>