Create new non-mano Artifact Type entry for pnf software information
[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.6.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>org.projectlombok</groupId>
149                         <artifactId>lombok</artifactId>
150                         <version>${lombok.version}</version>
151                 </dependency>
152
153                 <dependency>
154                         <groupId>com.google.guava</groupId>
155                         <artifactId>guava</artifactId>
156                         <version>${guava.version}</version><!--$NO-MVN-MAN-VER$ -->
157                         <scope>provided</scope>
158                 </dependency>
159                 <!-- System metrics -->
160                 <dependency>
161                         <groupId>org.fusesource</groupId>
162                         <artifactId>sigar</artifactId>
163                         <version>${sigar.version}</version>
164                         <scope>provided</scope>
165                 </dependency>
166
167                 <dependency>
168                         <groupId>org.hamcrest</groupId>
169                         <artifactId>hamcrest</artifactId>
170                         <version>${hamcrest.version}</version>
171                         <scope>test</scope>
172                 </dependency>
173
174                 <dependency>
175                         <groupId>org.hamcrest</groupId>
176                         <artifactId>hamcrest-library</artifactId>
177                         <version>${hamcrest.version}</version>
178                         <scope>test</scope>
179                 </dependency>
180
181                 <dependency>
182                         <groupId>junit</groupId>
183                         <artifactId>junit</artifactId>
184                         <version>${junit.version}</version>
185                         <scope>test</scope>
186                 </dependency>
187
188                 <dependency>
189                         <groupId>org.mockito</groupId>
190                         <artifactId>mockito-core</artifactId>
191                         <scope>test</scope>
192                 </dependency>
193
194                 <dependency>
195                         <groupId>com.google.code.bean-matchers</groupId>
196                         <artifactId>bean-matchers</artifactId>
197                         <version>${bean-matchers.version}</version>
198                         <scope>test</scope>
199                 </dependency>
200
201                 <!-- jsoup HTML parser library @ http://jsoup.org/ -->
202                 <dependency>
203                         <groupId>org.jsoup</groupId>
204                         <artifactId>jsoup</artifactId>
205                         <version>1.8.3</version>
206                 </dependency>
207
208                 <dependency>
209                         <groupId>commons-validator</groupId>
210                         <artifactId>commons-validator</artifactId>
211                         <version>1.6</version>
212                         <exclusions>
213                 <exclusion>
214                     <artifactId>commons-collections</artifactId>
215                     <groupId>commons-collections</groupId>
216                 </exclusion>
217             </exclusions>
218                 </dependency>
219
220         <dependency>
221             <artifactId>commons-collections</artifactId>
222             <groupId>commons-collections</groupId>
223             <version>3.2.2</version>
224         </dependency>
225
226                 <dependency>
227                         <groupId>org.codehaus.jettison</groupId>
228                         <artifactId>jettison</artifactId>
229                         <version>1.3.3</version>
230                 </dependency>
231
232                 <dependency>
233                         <groupId>de.ruedigermoeller</groupId>
234                         <artifactId>fst</artifactId>
235                         <version>2.47</version>
236                         <scope>compile</scope>
237                 </dependency>
238         </dependencies>
239
240         <build>
241                 <plugins>
242                         <plugin>
243                                 <groupId>org.apache.maven.plugins</groupId>
244                                 <artifactId>maven-deploy-plugin</artifactId>
245                                 <configuration>
246                                         <skip>true</skip>
247                                 </configuration>
248                         </plugin>
249                         <plugin>
250                                 <groupId>com.github.sylvainlaurent.maven</groupId>
251                                 <artifactId>yaml-json-validator-maven-plugin</artifactId>
252                                 <executions>
253                                         <execution>
254                                                 <id>validate</id>
255                                                 <phase>validate</phase>
256                                                 <goals>
257                                                         <goal>validate</goal>
258                                                 </goals>
259                                                 <configuration>
260                                                         <validationSets>
261                                                                 <validationSet>
262                                                                         <includes>
263                                                                                 <include>src/main/resources/**/*.y*ml</include>
264                                                                                 <include>src/test/resources/**/*.y*ml</include>
265                                                                         </includes>
266                                                                 </validationSet>
267                                                                 <validationSet>
268                                                                         <includes>
269                                                                                 <include>src/main/resources/**/*.json</include>
270                                                                                 <include>src/test/resources/**/*.json</include>
271                                                                         </includes>
272                                                                 </validationSet>
273                                                         </validationSets>
274                                                 </configuration>
275                                         </execution>
276                                 </executions>
277                         </plugin>
278                 </plugins>
279         </build>
280 </project>