update sdc version in master
[sdc.git] / common-app-api / 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
4         <modelVersion>4.0.0</modelVersion>
5
6         <artifactId>common-app-api</artifactId>
7
8         <parent>
9                 <groupId>org.openecomp.sdc</groupId>
10                 <artifactId>sdc-main</artifactId>
11                 <version>1.4.0-SNAPSHOT</version>
12         </parent>
13
14         <dependencies>
15                 <dependency>
16                         <groupId>org.openecomp.sdc</groupId>
17                         <artifactId>security-utils</artifactId>
18                         <version>${project.version}</version>
19                         <scope>provided</scope>
20                 </dependency>
21                 <!-- functional java -->
22                 <dependency>
23                         <groupId>org.functionaljava</groupId>
24                         <artifactId>functionaljava</artifactId>
25                         <version>${functionaljava.version}</version>
26                         <scope>provided</scope>
27                 </dependency>
28
29                 <dependency>
30                         <groupId>javax.servlet</groupId>
31                         <artifactId>javax.servlet-api</artifactId>
32                         <version>${servlet-api.version}</version>
33                         <scope>provided</scope>
34                 </dependency>
35
36                 <dependency>
37                         <groupId>org.glassfish.jersey.containers</groupId>
38                         <artifactId>jersey-container-servlet</artifactId>
39                         <version>${jersey-bom.version}</version>
40                         <scope>provided</scope>
41                 </dependency>
42
43                 <!-- yaml to object converter -->
44                 <dependency>
45                         <groupId>org.yaml</groupId>
46                         <artifactId>snakeyaml</artifactId>
47                         <version>${snakeyaml.version}</version>
48                         <scope>provided</scope>
49                 </dependency>
50
51                 <!-- listen to file changes -->
52                 <dependency>
53                         <groupId>org.apache.commons</groupId>
54                         <artifactId>commons-jci-core</artifactId>
55                         <version>${commons-jci-core.version}</version>
56                         <scope>provided</scope>
57                 </dependency>
58
59                 <!-- Gson -->
60                 <dependency>
61                         <groupId>com.google.code.gson</groupId>
62                         <artifactId>gson</artifactId>
63                         <version>${gson.version}</version>
64                         <scope>provided</scope>
65                 </dependency>
66
67                 <!-- http client -->
68                 <dependency>
69                         <groupId>org.apache.httpcomponents</groupId>
70                         <artifactId>httpclient</artifactId>
71                         <version>${httpclient.version}</version>
72                         <scope>provided</scope>
73                 </dependency>
74
75                 <dependency>
76                         <groupId>org.apache.httpcomponents</groupId>
77                         <artifactId>httpcore</artifactId>
78                         <version>${httpcore.version}</version>
79                         <scope>provided</scope>
80                 </dependency>
81
82                 <dependency>
83                         <groupId>commons-logging</groupId>
84                         <artifactId>commons-logging</artifactId>
85                         <version>${commons-logging}</version>
86                         <scope>provided</scope>
87                 </dependency>
88
89                 <dependency>
90                         <groupId>commons-codec</groupId>
91                         <artifactId>commons-codec</artifactId>
92                         <version>${commons-codec}</version>
93                         <scope>provided</scope>
94                 </dependency>
95
96                 <dependency>
97                         <groupId>org.glassfish.jersey.media</groupId>
98                         <artifactId>jersey-media-json-jackson</artifactId>
99                         <version>${jersey-bom.version}</version>
100                         <scope>provided</scope>
101                 </dependency>
102
103                 <!-- Aspects -->
104                 <dependency>
105                         <groupId>com.jcabi</groupId>
106                         <artifactId>jcabi-aspects</artifactId>
107                         <version>${jcabi.version}</version>
108                         <scope>provided</scope>
109                 </dependency>
110
111                 <dependency>
112                         <groupId>org.aspectj</groupId>
113                         <artifactId>aspectjrt</artifactId>
114                         <version>${aspectjrt.version}</version>
115                         <scope>provided</scope>
116                 </dependency>
117
118                 <dependency>
119                         <groupId>org.apache.commons</groupId>
120                         <artifactId>commons-lang3</artifactId>
121                         <version>${lang3.version}</version>
122                         <scope>provided</scope>
123                 </dependency>
124
125                 <dependency>
126                         <groupId>com.fasterxml.jackson.core</groupId>
127                         <artifactId>jackson-databind</artifactId>
128                         <version>${jackson.version}</version>
129                         <scope>provided</scope>
130                 </dependency>
131
132                 <dependency>
133                         <groupId>com.fasterxml.jackson.core</groupId>
134                         <artifactId>jackson-core</artifactId>
135                         <version>${jackson.version}</version>
136                         <scope>provided</scope>
137                 </dependency>
138                 <!-- logging -->
139                 <dependency>
140                         <groupId>ch.qos.logback</groupId>
141                         <artifactId>logback-classic</artifactId>
142                         <version>${logback.version}</version>
143                         <scope>provided</scope>
144                 </dependency>
145                 <!-- logging end -->
146
147                 <dependency>
148                         <groupId>com.google.guava</groupId>
149                         <artifactId>guava</artifactId>
150                         <version>${guava.version}</version><!--$NO-MVN-MAN-VER$ -->
151                         <scope>provided</scope>
152                 </dependency>
153                 <!-- System metrics -->
154                 <dependency>
155                         <groupId>org.fusesource</groupId>
156                         <artifactId>sigar</artifactId>
157                         <version>${sigar.version}</version>
158                         <scope>provided</scope>
159                 </dependency>
160
161                 <dependency>
162                         <groupId>junit</groupId>
163                         <artifactId>junit</artifactId>
164                         <version>${junit.version}</version>
165                         <scope>test</scope>
166                 </dependency>
167
168                 <dependency>
169                         <groupId>org.mockito</groupId>
170                         <artifactId>mockito-core</artifactId>
171                         <scope>test</scope>
172                 </dependency>
173
174                 <dependency>
175                         <groupId>com.google.code.bean-matchers</groupId>
176                         <artifactId>bean-matchers</artifactId>
177                         <version>${bean-matchers.version}</version>
178                         <scope>test</scope>
179                 </dependency>
180
181                 <!-- jsoup HTML parser library @ http://jsoup.org/ -->
182                 <dependency>
183                         <groupId>org.jsoup</groupId>
184                         <artifactId>jsoup</artifactId>
185                         <version>1.8.3</version>
186                 </dependency>
187
188                 <dependency>
189                         <groupId>commons-validator</groupId>
190                         <artifactId>commons-validator</artifactId>
191                         <version>1.6</version>
192                         <exclusions>
193                 <exclusion>
194                     <artifactId>commons-collections</artifactId>
195                     <groupId>commons-collections</groupId>
196                 </exclusion>
197             </exclusions>
198                 </dependency>
199
200         <dependency>
201             <artifactId>commons-collections</artifactId>
202             <groupId>commons-collections</groupId>
203             <version>3.2.2</version>
204         </dependency>
205
206                 <dependency>
207                         <groupId>org.codehaus.jettison</groupId>
208                         <artifactId>jettison</artifactId>
209                         <version>1.3.3</version>
210                 </dependency>
211
212                 <dependency>
213                         <groupId>de.ruedigermoeller</groupId>
214                         <artifactId>fst</artifactId>
215                         <version>2.47</version>
216                         <scope>compile</scope>
217                 </dependency>
218         </dependencies>
219
220         <build>
221                 <plugins>
222                         <plugin>
223                                 <groupId>org.apache.maven.plugins</groupId>
224                                 <artifactId>maven-deploy-plugin</artifactId>
225                                 <configuration>
226                                         <skip>true</skip>
227                                 </configuration>
228                         </plugin>
229                         <plugin>
230                                 <groupId>com.github.sylvainlaurent.maven</groupId>
231                                 <artifactId>yaml-json-validator-maven-plugin</artifactId>
232                                 <executions>
233                                         <execution>
234                                                 <id>validate</id>
235                                                 <phase>validate</phase>
236                                                 <goals>
237                                                         <goal>validate</goal>
238                                                 </goals>
239                                                 <configuration>
240                                                         <validationSets>
241                                                                 <validationSet>
242                                                                         <includes>
243                                                                                 <include>src/main/resources/**/*.y*ml</include>
244                                                                                 <include>src/test/resources/**/*.y*ml</include>
245                                                                         </includes>
246                                                                 </validationSet>
247                                                                 <validationSet>
248                                                                         <includes>
249                                                                                 <include>src/main/resources/**/*.json</include>
250                                                                                 <include>src/test/resources/**/*.json</include>
251                                                                         </includes>
252                                                                 </validationSet>
253                                                         </validationSets>
254                                                 </configuration>
255                                         </execution>
256                                 </executions>
257                         </plugin>
258                 </plugins>
259         </build>
260 </project>