Merge "fixed for defect SO-70 - recipe lookup mechanism doesn't allow to define defau...
[so.git] / mso-api-handlers / pom.xml
1 <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.so</groupId>
6                 <artifactId>so</artifactId>
7                 <version>1.1.0-SNAPSHOT</version>
8         </parent>
9
10         <groupId>org.openecomp.so</groupId>
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-api-handler-common</module>
19                 <module>mso-api-handler-infra</module>
20         </modules>
21
22         <dependencies>
23             <dependency>
24              <groupId>org.evosuite</groupId>
25              <artifactId>evosuite-standalone-runtime</artifactId>
26              <version>${evosuiteVersion}</version>
27              <scope>test</scope>
28         </dependency>
29                 <dependency>
30                         <groupId>org.apache.httpcomponents</groupId>
31                         <artifactId>httpcore</artifactId>
32                 </dependency>
33                 <dependency>
34                         <groupId>org.apache.httpcomponents</groupId>
35                         <artifactId>httpclient</artifactId>
36                 </dependency>
37         </dependencies>
38 </project>