blob: 1bcb3b705d4189c985d9e3d184ad898cf8bf44e6 [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
seshukm171ec7b2017-09-12 16:13:47 +053038 <dependency>
39 <groupId>org.openecomp.so</groupId>
40 <artifactId>common</artifactId>
41 <version>${project.version}</version>
42 </dependency>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070043 </dependencies>
44 <build>
45 <finalName>MSORESTClient</finalName>
46 <plugins>
47
48 </plugins>
49
50 </build>
51</project>