fa4538c19c1615cabc6cdf38afe68d930556e741
[so.git] / asdc-controller / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
2         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
3         <modelVersion>4.0.0</modelVersion>\r
4         <parent>\r
5                 <groupId>org.openecomp.so</groupId>\r
6                 <artifactId>so</artifactId>\r
7                 <version>1.1.0-SNAPSHOT</version>\r
8         </parent>\r
9 \r
10         <groupId>org.openecomp.so</groupId>\r
11         <artifactId>asdc-controller</artifactId>\r
12         <name>asdc-controller</name>\r
13         <description>ASDC CLient and Controller</description>\r
14         <packaging>war</packaging>\r
15 \r
16         <build>\r
17                 <finalName>${project.artifactId}-${project.version}</finalName>\r
18                 <plugins>\r
19                         <plugin>\r
20                                 <artifactId>maven-war-plugin</artifactId>\r
21                                 <version>2.4</version>\r
22                                 <configuration>\r
23                                         <warSourceDirectory>WebContent</warSourceDirectory>\r
24                                         <failOnMissingWebXml>false</failOnMissingWebXml>\r
25                                         <attachClasses>true</attachClasses>\r
26                                 </configuration>\r
27                         </plugin>\r
28                 </plugins>\r
29         </build>\r
30 \r
31         <dependencies>\r
32         <dependency>\r
33             <groupId>org.codehaus.jackson</groupId>\r
34             <artifactId>jackson-mapper-asl</artifactId>\r
35             <version>1.9.13</version>\r
36         </dependency>\r
37                 <dependency>\r
38                         <groupId>org.mockito</groupId>\r
39                         <artifactId>mockito-all</artifactId>\r
40                         <version>1.10.19</version>\r
41                         <scope>test</scope>\r
42                 </dependency>\r
43                 <dependency>\r
44                         <groupId>org.openecomp.so</groupId>\r
45                         <artifactId>mso-catalog-db</artifactId>\r
46                         <version>${project.version}</version>\r
47                 </dependency>\r
48 \r
49                 <dependency>\r
50                         <groupId>org.jboss.spec.javax.ejb</groupId>\r
51                         <artifactId>jboss-ejb-api_3.2_spec</artifactId>\r
52                         <version>1.0.0.Final</version>\r
53                         <scope>provided</scope>\r
54                 </dependency>\r
55                 <dependency>\r
56                         <groupId>org.jboss.ejb3</groupId>\r
57                         <artifactId>jboss-ejb3-ext-api</artifactId>\r
58                         <version>2.2.0.Final</version>\r
59                         <scope>provided</scope>\r
60                 </dependency>\r
61 \r
62                 <dependency>\r
63                                 <groupId>javax.servlet</groupId>\r
64                                 <artifactId>javax.servlet-api</artifactId>\r
65                                 <version>3.1.0</version>\r
66                                 <scope>test</scope>\r
67                 </dependency>\r
68                 \r
69         <!--    <dependency>\r
70                                 <groupId>org.openecomp.sdc.sdc-distribution-client</groupId>\r
71                                 <artifactId>sdc-distribution-client</artifactId>\r
72                                 <version>1.1.16</version>\r
73                                 <exclusions>\r
74                                 <exclusion>  \r
75                                         <groupId>org.slf4j</groupId>\r
76                                         <artifactId>slf4j-log4j12</artifactId>\r
77                                 </exclusion>\r
78                         </exclusions> \r
79                 </dependency>  -->\r
80                 \r
81                 <dependency>\r
82                                 <groupId>org.apache.httpcomponents</groupId>\r
83                                 <artifactId>httpclient</artifactId>\r
84                                 <version>4.4.1</version>\r
85                                 <scope>compile</scope>\r
86                                 <exclusions>\r
87                                 <exclusion>  \r
88                                         <groupId>org.apache.httpcomponents</groupId>\r
89                                         <artifactId>httpclient</artifactId>\r
90                                 </exclusion>\r
91                         </exclusions>\r
92                 </dependency>\r
93                 \r
94                 <dependency>\r
95                         <groupId>org.openecomp.sdc.sdc-distribution-client</groupId>\r
96                         <artifactId>sdc-distribution-client</artifactId>\r
97                          <version>1.1.32-SNAPSHOT</version>\r
98                         <exclusions>\r
99                         <exclusion>  \r
100                                 <groupId>org.slf4j</groupId>\r
101                                 <artifactId>slf4j-log4j12</artifactId>\r
102                         </exclusion>\r
103           </exclusions>\r
104                 </dependency>\r
105 \r
106 \r
107                 <dependency>\r
108                         <groupId>org.openecomp.sdc.sdc-tosca</groupId>\r
109                         <artifactId>sdc-tosca</artifactId>\r
110                         <version>1.1.32-SNAPSHOT</version>\r
111                 </dependency> \r
112                 \r
113 \r
114                 <dependency>\r
115                     <groupId>org.apache.httpcomponents</groupId>\r
116                     <artifactId>httpmime</artifactId>\r
117                     <version>4.5</version>\r
118                 </dependency>\r
119 \r
120                 <dependency>\r
121                         <groupId>org.openecomp.so</groupId>\r
122                         <artifactId>common</artifactId>\r
123                         <version>${project.version}</version>\r
124                 </dependency>\r
125 \r
126                 <dependency>\r
127                         <groupId>org.yaml</groupId>\r
128                         <artifactId>snakeyaml</artifactId>\r
129                         <version>1.15</version>\r
130                 </dependency>\r
131 \r
132                 <dependency>\r
133                         <groupId>javax</groupId>\r
134                         <artifactId>javaee-web-api</artifactId>\r
135                         <version>6.0</version>\r
136                         <scope>provided</scope>\r
137                 </dependency>\r
138                 <dependency>\r
139                         <groupId>org.openecomp.so</groupId>\r
140                         <artifactId>status-control</artifactId>\r
141                         <version>${project.version}</version>\r
142                 </dependency>\r
143                 <dependency>\r
144                         <groupId>commons-io</groupId>\r
145                         <artifactId>commons-io</artifactId>\r
146                 </dependency>\r
147         </dependencies>\r
148 \r
149 </project>\r