Set version to 1.13.0-SNAPSHOT
[sdc.git] / onboarding / pom.xml
1 <!--
2   ~ Copyright © 2016-2018 European Support Limited
3   ~
4   ~ Licensed under the Apache License, Version 2.0 (the "License");
5   ~ you may not use this file except in compliance with the License.
6   ~ You may obtain a copy of the License at
7   ~
8   ~      http://www.apache.org/licenses/LICENSE-2.0
9   ~
10   ~ Unless required by applicable law or agreed to in writing, software
11   ~ distributed under the License is distributed on an "AS IS" BASIS,
12   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   ~ See the License for the specific language governing permissions and
14   ~ limitations under the License.
15   -->
16
17 <project xmlns="http://maven.apache.org/POM/4.0.0"
18     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20
21     <modelVersion>4.0.0</modelVersion>
22
23     <artifactId>sdc-onboarding</artifactId>
24     <packaging>pom</packaging>
25
26     <parent>
27         <groupId>org.openecomp.sdc</groupId>
28         <artifactId>sdc-main</artifactId>
29         <version>1.13.0-SNAPSHOT</version>
30     </parent>
31
32     <modules>
33         <module>../common</module>
34         <module>../openecomp-be</module>
35         <module>../openecomp-ui</module>
36     </modules>
37
38     <properties>
39
40         <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
41         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42
43         <!-- Maven plugin versions -->
44         <mvn.clean.version>2.5</mvn.clean.version>
45         <mvn.resource.version>3.1.0</mvn.resource.version>
46         <mvn.deploy.version>2.4</mvn.deploy.version>
47         <mvn.install.version>2.4</mvn.install.version>
48
49         <!-- Onboarding 3rd party versions -->
50         <aspectjrt.version>${aspectj.version}</aspectjrt.version>
51         <bsh.version>2.0b6</bsh.version>
52         <cglib.nodep.version>3.2.4</cglib.nodep.version>
53         <classmate.version>1.3.3</classmate.version>
54         <commons.codec.version>${commons-codec}</commons.codec.version>
55         <commons.digester.version>2.1</commons.digester.version>
56         <commons.lang3.version>${lang3.version}</commons.lang3.version>
57         <datastax.cassandra.version>3.8.0</datastax.cassandra.version>
58         <groovy.minimal.version>1.5.8</groovy.minimal.version>
59         <http.client.version>${httpclient.version}</http.client.version>
60         <http.core.version>${httpcore.version}</http.core.version>
61         <httpasyncclient.version>4.1.2</httpasyncclient.version>
62         <com.sun.xml.version>2.3.3</com.sun.xml.version>
63         <javax.el.version>2.2.6</javax.el.version>
64         <javax.el-api.version>3.0.1-b06</javax.el-api.version>
65         <javax.inject.version>1</javax.inject.version>
66         <jackson.annotations.version>${jackson.version}</jackson.annotations.version>
67         <jackson.dataformat.version>${jackson.version}</jackson.dataformat.version>
68         <jcommander.version>1.58</jcommander.version>
69         <jersey.core.version>1.19.1</jersey.core.version>
70         <jersey.multipart.version>1.18.1</jersey.multipart.version>
71         <org.everit.json.schema.version>1.5.1</org.everit.json.schema.version>
72         <slf4j.version>${slf4j-api.version}</slf4j.version>
73         <spring.framework.version>${spring.version}</spring.framework.version>
74         <swagger.version>${swagger-core-mvn-plugin.version}</swagger.version>
75         <woodstox.version>4.4.1</woodstox.version>
76         <zusammen.version>1.0.2</zusammen.version>
77         <zusammen-state-store.version>1.0.2</zusammen-state-store.version>
78         <zusammen-collaboration-store.version>1.0.2</zusammen-collaboration-store.version>
79         <zusammen-index-store.version>1.0.0</zusammen-index-store.version>
80         <zusammen-common-utilities.version>1.0.3</zusammen-common-utilities.version>
81         <build.tools.version>${project.version}</build.tools.version>
82     </properties>
83
84     <dependencyManagement>
85         <dependencies>
86             <dependency>
87                 <groupId>org.projectlombok</groupId>
88                 <artifactId>lombok</artifactId>
89                 <version>${lombok.version}</version>
90                 <scope>provided</scope>
91             </dependency>
92             <dependency>
93                 <groupId>org.springframework</groupId>
94                 <artifactId>spring-expression</artifactId>
95                 <version>${spring.framework.version}</version>
96             </dependency>
97             <dependency>
98                 <groupId>org.springframework</groupId>
99                 <artifactId>spring-context</artifactId>
100                 <version>${spring.framework.version}</version>
101                 <exclusions>
102                     <exclusion>
103                         <groupId>org.springframework</groupId>
104                         <artifactId>spring-expression</artifactId>
105                     </exclusion>
106                     <exclusion>
107                         <groupId>org.springframework</groupId>
108                         <artifactId>spring-core</artifactId>
109                     </exclusion>
110                 </exclusions>
111             </dependency>
112             <dependency>
113                 <groupId>org.springframework</groupId>
114                 <artifactId>spring-webmvc</artifactId>
115                 <version>${spring.framework.version}</version>
116                 <exclusions>
117                     <exclusion>
118                         <groupId>org.springframework</groupId>
119                         <artifactId>spring-expression</artifactId>
120                     </exclusion>
121                     <exclusion>
122                         <groupId>org.springframework</groupId>
123                         <artifactId>spring-core</artifactId>
124                     </exclusion>
125                     <exclusion>
126                         <groupId>org.springframework</groupId>
127                         <artifactId>spring-web</artifactId>
128                     </exclusion>
129                 </exclusions>
130             </dependency>
131             <dependency>
132                 <groupId>org.apache.commons</groupId>
133                 <artifactId>commons-text</artifactId>
134                 <version>${apache-commons-text.version}</version>
135             </dependency>
136             <dependency>
137                 <groupId>com.beust</groupId>
138                 <artifactId>jcommander</artifactId>
139                 <version>${jcommander.version}</version>
140             </dependency>
141             <dependency>
142                 <groupId>org.apache.httpcomponents</groupId>
143                 <artifactId>httpasyncclient</artifactId>
144                 <version>${httpasyncclient.version}</version>
145             </dependency>
146             <dependency>
147                 <groupId>com.sun.xml.bind</groupId>
148                 <artifactId>jaxb-impl</artifactId>
149                 <version>${com.sun.xml.version}</version>
150             </dependency>
151             <dependency>
152                 <groupId>org.beanshell</groupId>
153                 <artifactId>bsh</artifactId>
154                 <version>${bsh.version}</version>
155             </dependency>
156             <dependency>
157                 <groupId>commons-digester</groupId>
158                 <artifactId>commons-digester</artifactId>
159                 <version>${commons.digester.version}</version>
160             </dependency>
161             <dependency>
162                 <groupId>com.fasterxml</groupId>
163                 <artifactId>classmate</artifactId>
164                 <version>${classmate.version}</version>
165             </dependency>
166             <dependency>
167                 <groupId>org.slf4j</groupId>
168                 <artifactId>slf4j-api</artifactId>
169                 <version>${slf4j.version}</version>
170             </dependency>
171             <dependency>
172                 <groupId>org.codehaus.groovy</groupId>
173                 <artifactId>groovy-all-minimal</artifactId>
174                 <version>${groovy.minimal.version}</version>
175             </dependency>
176             <dependency>
177                 <groupId>org.codehaus.janino</groupId>
178                 <artifactId>janino</artifactId>
179                 <version>${janino.version}</version>
180                 <scope>provided</scope>
181             </dependency>
182             <dependency>
183                 <groupId>com.fasterxml.jackson.core</groupId>
184                 <artifactId>jackson-annotations</artifactId>
185                 <version>${jackson.annotations.version}</version>
186             </dependency>
187             <dependency>
188                 <groupId>com.fasterxml.jackson.core</groupId>
189                 <artifactId>jackson-core</artifactId>
190                 <version>${jackson.version}</version>
191             </dependency>
192             <dependency>
193                 <groupId>org.aspectj</groupId>
194                 <artifactId>aspectjrt</artifactId>
195                 <version>${aspectjrt.version}</version>
196             </dependency>
197             <dependency>
198                 <groupId>jakarta.servlet</groupId>
199                 <artifactId>jakarta.servlet-api</artifactId>
200                 <version>${servlet-api.version}</version>
201                 <scope>provided</scope>
202             </dependency>
203             <dependency>
204                 <groupId>commons-beanutils</groupId>
205                 <artifactId>commons-beanutils</artifactId>
206                 <version>${commons-beanutils}</version>
207             </dependency>
208             <dependency>
209                 <groupId>com.google.code.findbugs</groupId>
210                 <artifactId>annotations</artifactId>
211                 <version>3.0.1u2</version>
212             </dependency>
213             <dependency>
214                 <groupId>cglib</groupId>
215                 <artifactId>cglib-nodep</artifactId>
216                 <version>${cglib.nodep.version}</version>
217             </dependency>
218             <dependency>
219                 <groupId>ch.qos.logback</groupId>
220                 <artifactId>logback-classic</artifactId>
221                 <version>${logback.version}</version>
222             </dependency>
223             <dependency>
224                 <groupId>ch.qos.logback</groupId>
225                 <artifactId>logback-core</artifactId>
226                 <version>${logback.version}</version>
227             </dependency>
228             <dependency>
229                 <groupId>com.fasterxml.jackson.core</groupId>
230                 <artifactId>jackson-databind</artifactId>
231                 <version>${jackson.version}</version>
232                 <exclusions>
233                     <exclusion>
234                         <groupId>com.fasterxml.jackson.core</groupId>
235                         <artifactId>jackson-core</artifactId>
236                     </exclusion>
237                 </exclusions>
238             </dependency>
239             <dependency>
240                 <groupId>com.fasterxml.jackson.dataformat</groupId>
241                 <artifactId>jackson-dataformat-yaml</artifactId>
242                 <version>${jackson.version}</version>
243             </dependency>
244             <dependency>
245                 <groupId>commons-codec</groupId>
246                 <artifactId>commons-codec</artifactId>
247                 <version>${commons.codec.version}</version>
248             </dependency>
249             <dependency>
250                 <groupId>com.datastax.cassandra</groupId>
251                 <artifactId>cassandra-driver-core</artifactId>
252                 <version>${datastax.cassandra.version}</version>
253                 <exclusions>
254                     <exclusion>
255                         <groupId>com.github.jnr</groupId>
256                         <artifactId>jnr-posix</artifactId>
257                     </exclusion>
258                 </exclusions>
259             </dependency>
260             <dependency>
261                 <groupId>com.datastax.cassandra</groupId>
262                 <artifactId>cassandra-driver-mapping</artifactId>
263                 <version>${datastax.cassandra.version}</version>
264             </dependency>
265             <dependency>
266                 <groupId>javax.ws.rs</groupId>
267                 <artifactId>javax.ws.rs-api</artifactId>
268                 <version>${ws.rs.version}</version>
269             </dependency>
270             <dependency>
271                 <groupId>com.google.code.gson</groupId>
272                 <artifactId>gson</artifactId>
273                 <version>${gson.version}</version>
274             </dependency>
275             <dependency>
276                 <groupId>commons-io</groupId>
277                 <artifactId>commons-io</artifactId>
278                 <version>${commons.io.version}</version>
279             </dependency>
280             <dependency>
281                 <groupId>org.apache.commons</groupId>
282                 <artifactId>commons-lang3</artifactId>
283                 <version>${commons.lang3.version}</version>
284             </dependency>
285             <dependency>
286                 <groupId>io.swagger.core.v3</groupId>
287                 <artifactId>swagger-annotations</artifactId>
288                 <version>${swagger.version}</version>
289             </dependency>
290             <dependency>
291                 <groupId>com.github.tomakehurst</groupId>
292                 <artifactId>wiremock</artifactId>
293                 <version>${wire-mock.version}</version>
294             </dependency>
295         </dependencies>
296     </dependencyManagement>
297
298     <build>
299         <plugins>
300             <plugin>
301                 <groupId>org.apache.maven.plugins</groupId>
302                 <artifactId>maven-jar-plugin</artifactId>
303             </plugin>
304             <plugin>
305                 <groupId>org.apache.maven.plugins</groupId>
306                 <artifactId>maven-clean-plugin</artifactId>
307                 <version>${mvn.clean.version}</version>
308             </plugin>
309             <plugin>
310                 <groupId>org.apache.maven.plugins</groupId>
311                 <artifactId>maven-surefire-plugin</artifactId>
312                 <configuration>
313                     <printSummary>false</printSummary>
314                     <additionalClasspathElements>
315                         <additionalClasspathElement>${project.basedir}/src/test/resources
316                         </additionalClasspathElement>
317                     </additionalClasspathElements>
318                     <systemPropertyVariables>
319                         <logback.configurationFile>src/test/resources/logback-test.xml
320                         </logback.configurationFile>
321                         <config.location>${project.basedir}/configuration</config.location>
322                     </systemPropertyVariables>
323                 </configuration>
324             </plugin>
325             <plugin>
326                 <groupId>org.apache.maven.plugins</groupId>
327                 <artifactId>maven-install-plugin</artifactId>
328                 <version>${mvn.install.version}</version>
329             </plugin>
330             <plugin>
331                 <groupId>org.apache.maven.plugins</groupId>
332                 <artifactId>maven-resources-plugin</artifactId>
333                 <version>${mvn.resource.version}</version>
334             </plugin>
335         </plugins>
336         <testResources>
337             <testResource>
338                 <directory>src/test/resources</directory>
339                 <excludes>
340                     <exclude>**/*</exclude>
341                 </excludes>
342             </testResource>
343         </testResources>
344     </build>
345
346 </project>