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