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