Bump minor version
[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.2.0-SNAPSHOT</version>\r
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.openecomp.so</groupId>\r
20             <artifactId>common</artifactId>\r
21             <version>${project.version}</version>\r
22         </dependency>\r
23         <dependency>\r
24             <groupId>org.openecomp.so</groupId>\r
25             <artifactId>mso-catalog-db</artifactId>\r
26             <version>${project.version}</version>\r
27         </dependency>\r
28         <dependency>\r
29             <groupId>org.openecomp.so</groupId>\r
30             <artifactId>mso-requests-db</artifactId>\r
31             <version>${project.version}</version>\r
32         </dependency>\r
33         <dependency>\r
34             <groupId>javax.servlet</groupId>\r
35             <artifactId>javax.servlet-api</artifactId>\r
36             <version>3.1.0</version>\r
37             <scope>provided</scope>\r
38         </dependency>\r
39         <dependency>\r
40             <groupId>org.jboss.resteasy</groupId>\r
41             <artifactId>resteasy-jaxrs</artifactId>\r
42             <version>3.0.19.Final</version>\r
43             <scope>provided</scope>\r
44             <exclusions>\r
45                 <exclusion>\r
46                     <groupId>org.slf4j</groupId>\r
47                     <artifactId>slf4j-api</artifactId>\r
48                 </exclusion>\r
49                 <exclusion>\r
50                     <groupId>org.slf4j</groupId>\r
51                     <artifactId>slf4j-simple</artifactId>\r
52                 </exclusion>\r
53                 <exclusion>\r
54                     <groupId>org.apache.httpcomponents</groupId>\r
55                     <artifactId>httpclient</artifactId>\r
56                 </exclusion>\r
57             </exclusions>\r
58         </dependency>\r
59         <dependency>\r
60             <groupId>org.mockito</groupId>\r
61             <artifactId>mockito-all</artifactId>\r
62             <version>1.10.19</version>\r
63             <scope>test</scope>\r
64         </dependency>\r
65 \r
66     </dependencies>\r
67 </project>\r