url correction and improve API doc
[so.git] / mso-api-handlers / 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/xsd/maven-4.0.0.xsd">
4   <modelVersion>4.0.0</modelVersion>
5   <parent>
6     <groupId>org.onap.so</groupId>
7     <artifactId>so</artifactId>
8     <version>1.4.0-SNAPSHOT</version>
9   </parent>
10
11   <artifactId>mso-api-handlers</artifactId>
12   <name>API Handler</name>
13   <description>API Handler for MSO</description>
14   <packaging>pom</packaging>
15
16   <modules>
17     <module>mso-requests-db</module>
18     <module>mso-requests-db-repositories</module>
19     <module>mso-api-handler-common</module>
20     <module>mso-api-handler-infra</module>
21   </modules>
22
23   <dependencies>
24     <dependency>
25       <groupId>org.apache.httpcomponents</groupId>
26       <artifactId>httpcore</artifactId>
27     </dependency>
28     <dependency>
29       <groupId>org.apache.httpcomponents</groupId>
30       <artifactId>httpclient</artifactId>
31     </dependency>
32     <dependency>
33       <groupId>junit</groupId>
34       <artifactId>junit</artifactId>
35       <scope>test</scope>
36     </dependency>
37   </dependencies>
38 </project>