blob: 8ccd8cdc71f5596fac5d43c8e25a191cfc216532 [file] [log] [blame]
ChrisC025301d2017-01-31 11:40:03 +01001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.openecomp</groupId>
6 <artifactId>mso</artifactId>
ChrisC1ba1d192017-03-13 05:01:04 -07007 <version>1.1.0-SNAPSHOT</version>
ChrisC025301d2017-01-31 11:40:03 +01008 </parent>
9
10 <groupId>org.openecomp.mso</groupId>
11 <artifactId>adapters</artifactId>
12 <name>MSO Adapters</name>
13 <description>Adapters for MSO</description>
14 <packaging>pom</packaging>
15
16 <modules>
17 <module>mso-adapter-utils</module>
18 <module>mso-adapters-rest-interface</module>
19 <module>mso-network-adapter</module>
20 <module>mso-network-adapter-async-client</module>
21 <module>mso-sdnc-adapter</module>
22 <!--<module>mso-appc-adapter</module>-->
23 <module>mso-tenant-adapter</module>
24 <module>mso-vnf-adapter</module>
25 <module>mso-vnf-adapter-async-client</module>
26 <module>mso-requests-db-adapter</module>
27 </modules>
ChrisC1ba1d192017-03-13 05:01:04 -070028
ChrisC025301d2017-01-31 11:40:03 +010029 <dependencies>
30 <dependency>
31 <groupId>org.apache.httpcomponents</groupId>
32 <artifactId>httpclient</artifactId>
33 </dependency>
34 <dependency>
35 <groupId>org.apache.httpcomponents</groupId>
36 <artifactId>httpcore</artifactId>
37 </dependency>
38 </dependencies>
39</project>