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