5a507929e7b7e6866bb761c7b519c0903f1001f8
[so.git] / status-control / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <project xmlns="http://maven.apache.org/POM/4.0.0"\r
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
5     <modelVersion>4.0.0</modelVersion>\r
6     <parent>\r
7         <groupId>org.openecomp.so</groupId>\r
8         <artifactId>so</artifactId>\r
9         <version>1.1.0-SNAPSHOT</version>
10     </parent>\r
11 \r
12     <groupId>org.openecomp.so</groupId>\r
13     <artifactId>status-control</artifactId>\r
14     <name>MSO Status Control module</name>\r
15     <description>Contains classes to update and query the MSO status per site</description>\r
16 \r
17     <dependencies>\r
18     <dependency>\r
19              <groupId>org.evosuite</groupId>\r
20              <artifactId>evosuite-standalone-runtime</artifactId>\r
21              <version>${evosuiteVersion}</version>\r
22              <scope>test</scope>\r
23         </dependency>\r
24         <dependency>\r
25             <groupId>org.openecomp.so</groupId>\r
26             <artifactId>common</artifactId>\r
27             <version>${project.version}</version>\r
28         </dependency>\r
29         <dependency>\r
30             <groupId>org.openecomp.so</groupId>\r
31             <artifactId>mso-catalog-db</artifactId>\r
32             <version>${project.version}</version>\r
33         </dependency>\r
34         <dependency>\r
35             <groupId>org.openecomp.so</groupId>\r
36             <artifactId>mso-requests-db</artifactId>\r
37             <version>${project.version}</version>\r
38         </dependency>\r
39         <dependency>\r
40             <groupId>javax.servlet</groupId>\r
41             <artifactId>javax.servlet-api</artifactId>\r
42             <version>3.1.0</version>\r
43             <scope>provided</scope>\r
44         </dependency>\r
45         <dependency>\r
46             <groupId>org.jboss.resteasy</groupId>\r
47             <artifactId>resteasy-jaxrs</artifactId>\r
48             <version>3.0.19.Final</version>\r
49             <scope>provided</scope>\r
50             <exclusions>\r
51                 <exclusion>\r
52                     <groupId>org.slf4j</groupId>\r
53                     <artifactId>slf4j-api</artifactId>\r
54                 </exclusion>\r
55                 <exclusion>\r
56                     <groupId>org.slf4j</groupId>\r
57                     <artifactId>slf4j-simple</artifactId>\r
58                 </exclusion>\r
59                 <exclusion>\r
60                     <groupId>org.apache.httpcomponents</groupId>\r
61                     <artifactId>httpclient</artifactId>\r
62                 </exclusion>\r
63             </exclusions>\r
64         </dependency>\r
65         <dependency>\r
66             <groupId>org.mockito</groupId>\r
67             <artifactId>mockito-all</artifactId>\r
68             <version>1.10.19</version>\r
69             <scope>test</scope>\r
70         </dependency>\r
71 \r
72     </dependencies>\r
73 </project>