Increment version to 1.7.0-SNAPSHOT
[appc.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
6 Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
7 ================================================================================
8 Copyright (C) 2017 Amdocs
9 =============================================================================
10 Licensed under the Apache License, Version 2.0 (the "License");
11 you may not use this file except in compliance with the License.
12 You may obtain a copy of the License at
13
14       http://www.apache.org/licenses/LICENSE-2.0
15
16 Unless required by applicable law or agreed to in writing, software
17 distributed under the License is distributed on an "AS IS" BASIS,
18 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 See the License for the specific language governing permissions and
20 limitations under the License.
21 ============LICENSE_END=========================================================
22 -->
23 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
25     <parent>
26         <groupId>org.onap.ccsdk.parent</groupId>
27         <artifactId>odlparent</artifactId>
28         <version>1.3.2</version>
29     </parent>
30
31
32     <modelVersion>4.0.0</modelVersion>
33     <packaging>pom</packaging>
34     <groupId>org.onap.appc</groupId>
35     <artifactId>appc</artifactId>
36     <version>1.7.0-SNAPSHOT</version>
37     <name>appc</name>
38     <description>Construct the Application Controller component for the ECOMP project.</description>
39     <inceptionYear>2015-07-20</inceptionYear>
40     <organization>
41         <name>OpenECOMP</name>
42     </organization>
43
44
45     <!-- ================================================================================== -->
46     <!-- Configuration properties -->
47     <!-- ================================================================================== -->
48     <properties>
49         <!-- VERSIONS -->
50
51
52         <cdp.pal.version>1.1.25.8-oss</cdp.pal.version>
53         <dmaap.client.version>1.1.5</dmaap.client.version>
54         <eelf.version>1.0.0</eelf.version>
55         <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version>
56         <cadi-version>1.3.0</cadi-version>
57         <inno-version>1.2.11</inno-version>
58         <dme2-version>3.1.200</dme2-version>
59         <bundle.plugin.version>2.5.0</bundle.plugin.version>
60         <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
61         <equinox.osgi.version>3.8.1.v20120830-144521</equinox.osgi.version>
62         <apache.httpcomponents.version>4.4</apache.httpcomponents.version>
63         <commons.lang3.version>3.4</commons.lang3.version>
64         <antlr.version>4.5.1</antlr.version>
65         <logback.version>1.2.0</logback.version>
66         <sdc-client.version>1.3.0</sdc-client.version>
67         <jackson.yml.version>2.3.2</jackson.yml.version>
68
69         <!-- SONAR -->
70         <sonar.language>java</sonar.language>
71         <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
72         <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
73         <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
74         <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
75         <sonar.projectVersion>${project.version}</sonar.projectVersion>
76
77         <salGeneratorPath>target/generated-sources/yang-gen-sal</salGeneratorPath>
78         <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
79         <!-- ADDING TO SUPPORT APPC-PROVIDER-MODEL yang-gen-sal FOLDER GENERATION -->
80         <yang.file.directory>src/main/yang</yang.file.directory>
81         <features.file>features.xml</features.file>
82         <jmxGeneratorPath>target/generated-sources/yang-gen-config</jmxGeneratorPath>
83         <!-- <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath> -->
84
85         <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
86         
87         <sdnctl.dblib.version>${ccsdk.sli.core.version}</sdnctl.dblib.version>
88         <sdnctl.sli.version>${ccsdk.sli.core.version}</sdnctl.sli.version>
89         <!-- <ccsdk.sli.adaptors.version>${ccsdk.sli.adaptors.version}</ccsdk.sli.adaptors.version> -->
90         <commons.collections.version>3.2.2</commons.collections.version>
91         <odl.sal.api.gen.plugin.version>0.11.1</odl.sal.api.gen.plugin.version>
92         <odl.yangtools.version>1.2.1</odl.yangtools.version>
93         <odl.mdsal.yang.binding.version>0.11.1</odl.mdsal.yang.binding.version>
94         <odl.mdsal.version>1.6.1</odl.mdsal.version>
95         <odl.mdsal.features.version>2.3.1</odl.mdsal.features.version>
96         <odl.yang.jmx.generator.version>0.7.1</odl.yang.jmx.generator.version>
97         <odl.ietf-yang-types.version>2013.07.15.13.1</odl.ietf-yang-types.version>
98         <odl.ietf-inet-types.version>1.5.1</odl.ietf-inet-types.version>
99         <odl.controller.config.api.version>0.7.1</odl.controller.config.api.version>
100         <odl.commons.opendaylight.version>2.0.5</odl.commons.opendaylight.version>
101
102     </properties>
103
104
105     <!-- ================================================================================== -->
106     <!-- Javadoc Generation Plugin -->
107     <!-- ================================================================================== -->
108     <reporting>
109         <plugins>
110             <plugin>
111                 <groupId>org.apache.maven.plugins</groupId>
112                 <artifactId>maven-javadoc-plugin</artifactId>
113                 <version>2.10</version>
114                 <configuration>
115                     <excludePackageNames>org.onap.ccsdk.sli</excludePackageNames>
116                     <failOnError>false</failOnError>
117                     <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
118                     <docletArtifact>
119                         <groupId>org.umlgraph</groupId>
120                         <artifactId>umlgraph</artifactId>
121                         <version>5.6</version>
122                     </docletArtifact>
123                     <additionalparam>-views</additionalparam>
124                     <useStandardDocletOptions>true</useStandardDocletOptions>
125                 </configuration>
126             </plugin>
127         </plugins>
128     </reporting>
129
130
131     <!-- ================================================================================== -->
132     <!-- Distribution Management Sites -->
133     <!-- ================================================================================== -->
134     <distributionManagement>
135         <!-- This site is used for Javadocs -->
136         <site>
137             <id>ecomp-site</id>
138             <url>dav:${onap.nexus.url}/content/sites/site/org/onap/appc/${project.version}</url>
139         </site>
140         <repository>
141             <id>ecomp-releases</id>
142             <name>openecomp-repository-releases</name>
143             <url>${onap.nexus.url}/content/repositories/releases</url>
144         </repository>
145         <snapshotRepository>
146             <id>ecomp-snapshots</id>
147             <name>openecomp-repository-snapshots</name>
148             <url>${onap.nexus.url}/content/repositories/snapshots</url>
149         </snapshotRepository>
150     </distributionManagement>
151
152
153     <!-- ================================================================================== -->
154     <!-- Define plugin repositories -->
155     <!-- ================================================================================== -->
156     <pluginRepositories>
157         <pluginRepository>
158             <id>opendaylight-mirror</id>
159             <name>opendaylight-mirror</name>
160             <url>https://nexus.opendaylight.org/content/repositories/public/</url>
161             <releases>
162                 <enabled>true</enabled>
163                 <updatePolicy>never</updatePolicy>
164             </releases>
165             <snapshots>
166                 <enabled>false</enabled>
167             </snapshots>
168         </pluginRepository>
169         <pluginRepository>
170             <id>opendaylight-snapshot</id>
171             <name>opendaylight-snapshot</name>
172             <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
173             <releases>
174                 <enabled>false</enabled>
175             </releases>
176             <snapshots>
177                 <enabled>true</enabled>
178             </snapshots>
179         </pluginRepository>
180         <!-- Black Duck plugin dependencies -->
181         <pluginRepository>
182             <id>JCenter</id>
183             <name>JCenter Repository</name>
184             <url>http://jcenter.bintray.com</url>
185         </pluginRepository>
186         <pluginRepository>
187             <id>Restlet</id>
188             <name>Restlet Repository</name>
189             <url>http://maven.restlet.com</url>
190         </pluginRepository>
191     </pluginRepositories>
192
193
194     <!-- ================================================================================== -->
195     <!-- Define project-wide dependencies -->
196     <!-- ================================================================================== -->
197     <dependencyManagement>
198         <dependencies>
199               <dependency>
200         <groupId>com.google.guava</groupId>
201         <artifactId>guava</artifactId>
202         <version>22.0</version>
203       </dependency>
204       <dependency>
205         <groupId>com.google.guava</groupId>
206         <artifactId>guava-testlib</artifactId>
207         <version>22.0</version>
208         <scope>test</scope>
209       </dependency>
210             <dependency>
211                 <groupId>org.opendaylight.controller</groupId>
212                 <artifactId>config-api</artifactId>
213                 <version>${odl.controller.config.api.version}</version>
214             </dependency>
215             <dependency>
216                 <groupId>org.opendaylight.controller</groupId>
217                 <artifactId>sal-binding-config</artifactId>
218                 <version>${odl.mdsal.version}</version>
219             </dependency>
220             <dependency>
221                 <groupId>org.opendaylight.controller</groupId>
222                 <artifactId>sal-test-model</artifactId>
223                 <version>${odl.mdsal.version}</version>
224             </dependency>
225             <dependency>
226                 <groupId>org.opendaylight.controller</groupId>
227                 <artifactId>sal-binding-broker-impl</artifactId>
228                 <version>${odl.mdsal.version}</version>
229             </dependency>
230             <dependency>
231                 <groupId>org.opendaylight.controller</groupId>
232                 <artifactId>sal-common-util</artifactId>
233                 <version>${odl.mdsal.version}</version>
234             </dependency>
235             <dependency>
236                 <groupId>org.opendaylight.mdsal</groupId>
237                 <artifactId>yang-binding</artifactId>
238                 <version>${odl.mdsal.yang.binding.version}</version>
239             </dependency>
240             <dependency>
241                 <groupId>org.opendaylight.yangtools</groupId>
242                 <artifactId>yang-common</artifactId>
243                 <version>${odl.yangtools.version}</version>
244             </dependency>
245             <dependency>
246                 <groupId>org.opendaylight.controller</groupId>
247                 <artifactId>features-mdsal</artifactId>
248                 <version>${odl.mdsal.features.version}</version>
249                 <classifier>features</classifier>
250                 <type>xml</type>
251             </dependency>
252             <dependency>
253                 <groupId>org.opendaylight.mdsal</groupId>
254                 <artifactId>features-mdsal</artifactId>
255                 <version>${odl.mdsal.features.version}</version>
256                 <classifier>features</classifier>
257                 <type>xml</type>
258             </dependency>
259             <dependency>
260                 <groupId>org.opendaylight.mdsal.model</groupId>
261                 <artifactId>ietf-inet-types-2013-07-15</artifactId>
262                 <version>${odl.ietf-inet-types.version}</version>
263             </dependency>
264             <dependency>
265                 <groupId>org.opendaylight.mdsal.model</groupId>
266                 <artifactId>ietf-yang-types-20130715</artifactId>
267                 <version>${odl.ietf-yang-types.version}</version>
268             </dependency>
269             <!-- CURRENTLY DOES NOT EXIST IN 3.0. Replacement? -->
270             <!-- Required for launching the feature tests -->
271             <!-- <dependency> -->
272             <!-- <groupId>org.opendaylight.yangtools</groupId> -->
273             <!-- <artifactId>features-test</artifactId> -->
274             <!-- <scope>test</scope> -->
275             <!-- </dependency> -->
276
277             <!-- YANG tools -->
278             <dependency>
279                 <groupId>org.opendaylight.yangtools</groupId>
280                 <artifactId>features-yangtools</artifactId>
281                 <version>${odl.yangtools.version}</version>
282                 <classifier>features</classifier>
283                 <type>xml</type>
284             </dependency>
285             <!-- SDNC -->
286             <dependency>
287                 <groupId>org.onap.ccsdk.sli.core</groupId>
288                 <artifactId>sli-common</artifactId>
289                 <version>${sdnctl.sli.version}</version>
290             </dependency>
291             <dependency>
292                 <groupId>org.onap.ccsdk.sli.core</groupId>
293                 <artifactId>sli-provider</artifactId>
294                 <version>${sdnctl.sli.version}</version>
295             </dependency>
296             <!-- dblib -->
297             <dependency>
298                 <groupId>org.onap.ccsdk.sli.core</groupId>
299                 <artifactId>dblib-provider</artifactId>
300                 <version>${sdnctl.dblib.version}</version>
301             </dependency>
302             <!-- A&AI service provider dependency override in order to use a stable
303                 version -->
304             <dependency>
305                 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
306                 <artifactId>aai-service-provider</artifactId>
307                 <version>${sdnctl.aai.service.version}</version>
308             </dependency>
309             <!-- APPC -->
310             <dependency>
311                 <groupId>org.onap.appc</groupId>
312                 <artifactId>appc-controller-features</artifactId>
313                 <classifier>features</classifier>
314                 <type>xml</type>
315                 <version>${project.version}</version>
316             </dependency>
317             <dependency>
318                 <groupId>org.onap.appc</groupId>
319                 <artifactId>appc-controller-model</artifactId>
320                 <version>${project.version}</version>
321             </dependency>
322             <dependency>
323                 <groupId>org.onap.appc</groupId>
324                 <artifactId>appc-controller-bundle</artifactId>
325                 <version>${project.version}</version>
326                 <classifier>config</classifier>
327                 <type>xml</type>
328             </dependency>
329             <dependency>
330                 <groupId>org.onap.appc</groupId>
331                 <artifactId>appc-controller-bundle</artifactId>
332                 <version>${project.version}</version>
333             </dependency>
334             <!-- OTHER -->
335             <dependency>
336                 <groupId>equinoxSDK381</groupId>
337                 <artifactId>org.eclipse.osgi</artifactId>
338                 <version>${equinox.osgi.version}</version>
339             </dependency>
340             <dependency>
341                 <groupId>org.apache.commons</groupId>
342                 <artifactId>commons-lang3</artifactId>
343                 <version>${commons.lang3.version}</version>
344             </dependency>
345             <dependency>
346                 <groupId>junit</groupId>
347                 <artifactId>junit</artifactId>
348                 <version>4.12</version>
349                 <scope>test</scope>
350             </dependency>
351             <dependency>
352                 <groupId>org.assertj</groupId>
353                 <artifactId>assertj-core</artifactId>
354                 <version>3.9.0</version>
355                 <scope>test</scope>
356             </dependency>
357             <dependency>
358                 <groupId>org.assertj</groupId>
359                 <artifactId>assertj-guava</artifactId>
360                 <version>3.1.0</version>
361                 <scope>test</scope>
362             </dependency>
363             <dependency>
364                 <groupId>ch.qos.logback</groupId>
365                 <artifactId>logback-core</artifactId>
366                 <version>${logback.version}</version>
367                 <scope>compile</scope>
368             </dependency>
369             <dependency>
370                 <groupId>ch.qos.logback</groupId>
371                 <artifactId>logback-classic</artifactId>
372                 <version>${logback.version}</version>
373                 <scope>compile</scope>
374             </dependency>
375             <!-- <dependency> -->
376             <!-- <groupId>org.slf4j</groupId> -->
377             <!-- <artifactId>slf4j-api</artifactId> -->
378             <!-- <version>1.7.12</version> -->
379             <!-- </dependency> -->
380             <dependency>
381                 <groupId>commons-lang</groupId>
382                 <artifactId>commons-lang</artifactId>
383                 <version>2.6</version>
384             </dependency>
385             <dependency>
386                 <groupId>org.apache.sshd</groupId>
387                 <artifactId>sshd-core</artifactId>
388                 <version>2.0.0</version>
389             </dependency>
390             <dependency>
391                 <groupId>org.apache.sshd</groupId>
392                 <artifactId>sshd-sftp</artifactId>
393                 <version>2.0.0</version>
394             </dependency>
395             <dependency>
396                 <groupId>org.apache.sshd</groupId>
397                 <artifactId>sshd-scp</artifactId>
398                 <version>2.0.0</version>
399             </dependency>
400             <dependency>
401                 <groupId>org.mockito</groupId>
402                 <artifactId>mockito-core</artifactId>
403                 <version>1.10.19</version>
404                 <scope>test</scope>
405             </dependency>
406             <dependency>
407                 <groupId>com.att.cdp</groupId>
408                 <artifactId>cdp-pal-common</artifactId>
409                 <version>${cdp.pal.version}</version>
410             </dependency>
411             <dependency>
412                 <groupId>com.att.cdp</groupId>
413                 <artifactId>cdp-pal-openstack</artifactId>
414                 <version>${cdp.pal.version}</version>
415             </dependency>
416             <dependency>
417                 <groupId>com.att.authz</groupId>
418                 <artifactId>authz-client</artifactId>
419                 <version>2.3</version>
420             </dependency>
421             <!-- EELF logging framework -->
422             <dependency>
423                 <groupId>com.att.eelf</groupId>
424                 <artifactId>eelf-core</artifactId>
425                 <version>${eelf.version}</version>
426             </dependency>
427             <!-- Maria DB -->
428             <dependency>
429                 <groupId>org.mariadb.jdbc</groupId>
430                 <artifactId>mariadb-java-client</artifactId>
431                 <version>2.1.1</version>
432             </dependency>
433         </dependencies>
434     </dependencyManagement>
435     <dependencies>
436         <dependency>
437             <groupId>org.apache.commons</groupId>
438             <artifactId>commons-lang3</artifactId>
439         </dependency>
440     </dependencies>
441
442
443     <!-- ================================================================================== -->
444     <!-- Define common plugins and make them available for all modules -->
445     <!-- ================================================================================== -->
446     <build>
447         <pluginManagement>
448             <plugins>
449                 <!-- Define the site plugin to generate documentation -->
450                 <plugin>
451                     <groupId>org.apache.maven.plugins</groupId>
452                     <artifactId>maven-site-plugin</artifactId>
453                     <version>3.4</version>
454                     <dependencies>
455                         <!-- add support for ssh/scp -->
456                         <dependency>
457                             <groupId>org.apache.maven.wagon</groupId>
458                             <artifactId>wagon-ssh</artifactId>
459                             <version>1.0</version>
460                         </dependency>
461                     </dependencies>
462                 </plugin>
463                 <!-- Define the compiler plugin -->
464                 <plugin>
465                     <groupId>org.apache.maven.plugins</groupId>
466                     <artifactId>maven-compiler-plugin</artifactId>
467                     <version>${maven.compile.plugin.version}</version>
468                 </plugin>
469                 <!-- Define the javadoc plugin -->
470                 <plugin>
471                     <groupId>org.apache.maven.plugins</groupId>
472                     <artifactId>maven-javadoc-plugin</artifactId>
473                     <version>2.10</version>
474                     <configuration>
475                         <excludePackageNames>org.opendaylight.*:org.onap.ccsdk.sli</excludePackageNames>
476                     </configuration>
477                 </plugin>
478                 <!-- Define the source plugin -->
479                 <plugin>
480                     <artifactId>maven-source-plugin</artifactId>
481                     <version>2.1.1</version>
482                 </plugin>
483                 <!-- Resources plugin -->
484                 <plugin>
485                     <groupId>org.apache.maven.plugins</groupId>
486                     <artifactId>maven-resources-plugin</artifactId>
487                     <version>2.6</version>
488                     <executions>
489                         <execution>
490                             <id>filter</id>
491                             <goals>
492                                 <goal>resources</goal>
493                             </goals>
494                             <phase>generate-resources</phase>
495                         </execution>
496                     </executions>
497                 </plugin>
498                 <plugin>
499                     <artifactId>maven-release-plugin</artifactId>
500                     <version>2.5.2</version>
501                     <configuration>
502                         <goals>-s ${mvn.settings} deploy</goals>
503                     </configuration>
504                 </plugin>
505                 <plugin>
506                     <artifactId>maven-assembly-plugin</artifactId>
507                     <version>2.5.5</version>
508                 </plugin>
509                 <plugin>
510                     <groupId>org.apache.maven.plugins</groupId>
511                     <artifactId>maven-deploy-plugin</artifactId>
512                     <version>2.8.1</version>
513                 </plugin>
514                 <plugin>
515                     <groupId>org.apache.maven.plugins</groupId>
516                     <artifactId>maven-dependency-plugin</artifactId>
517                     <version>2.10</version>
518                 </plugin>
519                 <!-- Maven surefire plugin for testing -->
520                 <plugin>
521                     <artifactId>maven-surefire-plugin</artifactId>
522                     <version>2.17</version>
523                 </plugin>
524                 <!-- Maven OSGi bundle plugin used to package OSGi bundles -->
525                 <plugin>
526                     <groupId>org.apache.felix</groupId>
527                     <artifactId>maven-bundle-plugin</artifactId>
528                     <version>${bundle.plugin.version}</version>
529                 </plugin>
530                 <plugin>
531                     <groupId>org.codehaus.mojo</groupId>
532                     <artifactId>build-helper-maven-plugin</artifactId>
533                     <version>1.9.1</version>
534                 </plugin>
535                 <plugin>
536                   <groupId>org.sonarsource.scanner.maven</groupId>
537                   <artifactId>sonar-maven-plugin</artifactId>
538                   <version>3.2</version>
539                 </plugin>
540             </plugins>
541         </pluginManagement>
542         <plugins>
543             <!-- Javadocs Plugin -->
544             <plugin>
545                 <groupId>org.apache.maven.plugins</groupId>
546                 <artifactId>maven-site-plugin</artifactId>
547                 <version>3.6</version>
548                 <dependencies>
549                     <dependency>
550                         <groupId>org.apache.maven.wagon</groupId>
551                         <artifactId>wagon-webdav-jackrabbit</artifactId>
552                         <version>2.10</version>
553                     </dependency>
554                 </dependencies>
555             </plugin>
556             <plugin>
557                 <groupId>org.codehaus.mojo</groupId>
558                 <artifactId>properties-maven-plugin</artifactId>
559                 <executions>
560                     <execution>
561                         <goals>
562                             <goal>set-system-properties</goal>
563                         </goals>
564                         <configuration>
565                             <properties>
566                                 <property>
567                                     <name>maven.wagon.http.ssl.allowall</name>
568                                     <value>${ssl.allowall}</value>
569                                 </property>
570                                 <property>
571                                     <name>maven.wagon.http.ssl.insecure</name>
572                                     <value>${ssl.insecure}</value>
573                                 </property>
574                             </properties>
575                         </configuration>
576                     </execution>
577                 </executions>
578
579             </plugin>
580
581             <!-- blackduck maven plugin -->
582             <!-- <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId>
583                 <version>2.0.0</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName>
584                 <outputDirectory>${project.basedir}</outputDirectory> <deployHubBdio>false</deployHubBdio>
585                 </configuration> <executions> <execution> <id>create-bdio-file</id> <phase>package</phase>
586                 <goals> <goal>build-bom</goal> </goals> </execution> </executions> </plugin> -->
587
588             <!-- force Eclipse to skip the additional-install step specified in the
589                 org.opendaylight.odlparent:odlparent-lite:1.7.1-Boron-SR1.pom profile -->
590             <plugin>
591                 <groupId>org.apache.maven.plugins</groupId>
592                 <artifactId>maven-install-plugin</artifactId>
593                 <executions>
594                     <execution>
595                         <id>additional-install</id>
596                         <goals>
597                             <goal>install-file</goal>
598                         </goals>
599                     </execution>
600                 </executions>
601             </plugin>
602         </plugins>
603     </build>
604
605
606     <!-- ================================================================================== -->
607     <!-- The modules we build every time -->
608     <!-- ================================================================================== -->
609     <modules>
610         <module>appc-core</module>
611     </modules>
612     <!-- Adding profiles for testing -->
613     <profiles>
614         <profile>
615             <id>appc-core</id>
616             <properties>
617                 <ssl.allowall>true</ssl.allowall>
618                 <ssl.insecure>true</ssl.insecure>
619                 <openecomp.git.port>7999</openecomp.git.port>
620                 <openecomp.git.project>st_osecomp</openecomp.git.project>
621                 <openecomp.git.protocol>http</openecomp.git.protocol>
622             </properties>
623             <!-- Core app-c from 1604 -->
624             <activation>
625                 <activeByDefault>true</activeByDefault>
626             </activation>
627             <modules>
628                 <module>appc-adapters</module>
629                 <module>appc-provider</module>
630                 <module>appc-event-listener</module>
631                 <module>appc-sdc-listener</module>
632                 <module>appc-lifecycle-management</module>
633                 <module>appc-oam</module>
634                 <module>appc-config</module>
635                 <module>appc-directed-graph</module>
636                 <module>appc-outbound</module>
637                 <module>appc-inbound</module>
638                 <module>appc-sequence-generator</module>
639 <!--                 <module>appc-client</module> -->
640             </modules>
641         </profile>
642         <profile>
643             <id>request-dispatcher</id>
644             <properties>
645                 <ssl.allowall>true</ssl.allowall>
646                 <ssl.insecure>true</ssl.insecure>
647             </properties>
648             <activation>
649                 <activeByDefault>true</activeByDefault>
650             </activation>
651             <modules>
652                 <module>appc-dispatcher</module>
653                 <module>appc-metric</module>
654                 <module>appc-dg</module>
655                 <module>appc-dg-util</module>
656             </modules>
657         </profile>
658     </profiles>
659 </project>