eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | Copyright (C) 2018 Ericsson. All rights reserved. |
| 4 | ================================================================================ |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | |
| 17 | SPDX-License-Identifier: Apache-2.0 |
| 18 | ============LICENSE_END========================================================= |
| 19 | --> |
| 20 | |
| 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | <parent> |
| 25 | <groupId>org.onap.policy.parent</groupId> |
| 26 | <artifactId>integration</artifactId> |
| 27 | <version>2.0.0-SNAPSHOT</version> |
| 28 | <relativePath /> |
| 29 | </parent> |
| 30 | |
waqas.ikram | f524b88 | 2018-05-24 15:31:21 +0100 | [diff] [blame] | 31 | <groupId>org.onap.policy.apex-pdp</groupId> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 32 | <artifactId>apex-pdp</artifactId> |
| 33 | <version>2.0.0-SNAPSHOT</version> |
| 34 | <packaging>pom</packaging> |
| 35 | |
ramverma | 6029d25 | 2018-05-25 11:55:45 +0100 | [diff] [blame] | 36 | <name>policy-apex-pdp</name> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 37 | <description>Packaging for all the Apex components, the engine, the WAR service, and the editor.</description> |
| 38 | |
| 39 | <properties> |
| 40 | <encoding>UTF-8</encoding> |
| 41 | <file.encoding>UTF-8</file.encoding> |
ramverma | 6029d25 | 2018-05-25 11:55:45 +0100 | [diff] [blame] | 42 | <version.derby>10.13.1.1</version.derby> |
waqas.ikram | 75ff76e | 2018-06-06 11:04:36 +0100 | [diff] [blame] | 43 | <version.commons-cli>1.4</version.commons-cli> |
waqas.ikram | 2816ea6 | 2018-06-27 16:16:42 +0100 | [diff] [blame^] | 44 | |
| 45 | <kafka.version>0.10.2.1</kafka.version> |
| 46 | <version.grizzly2-http>2.27</version.grizzly2-http> |
| 47 | <version.jersey.core>2.27</version.jersey.core> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 48 | </properties> |
| 49 | |
| 50 | <distributionManagement> |
| 51 | <site> |
| 52 | <id>ecomp-site</id> |
| 53 | <url>dav:${onap.nexus.url}${sitePath}</url> |
| 54 | </site> |
| 55 | </distributionManagement> |
| 56 | |
| 57 | <dependencies> |
| 58 | <dependency> |
| 59 | <groupId>junit</groupId> |
| 60 | <artifactId>junit</artifactId> |
| 61 | <scope>test</scope> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.slf4j</groupId> |
| 65 | <artifactId>slf4j-ext</artifactId> |
liamfallon | f86117b | 2018-06-19 11:31:44 +0800 | [diff] [blame] | 66 | <version>1.8.0-beta2</version> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>org.slf4j</groupId> |
| 70 | <artifactId>slf4j-api</artifactId> |
| 71 | </dependency> |
| 72 | <dependency> |
| 73 | <groupId>ch.qos.logback</groupId> |
| 74 | <artifactId>logback-core</artifactId> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>ch.qos.logback</groupId> |
| 78 | <artifactId>logback-classic</artifactId> |
| 79 | </dependency> |
| 80 | </dependencies> |
| 81 | |
| 82 | |
| 83 | <profiles> |
| 84 | <profile> |
| 85 | <!--This profile is used to store Eclipse m2e settings only. It has no |
| 86 | influence on the Maven build itself. --> |
| 87 | <id>only-eclipse</id> |
| 88 | <activation> |
| 89 | <property> |
| 90 | <name>m2e.version</name> |
| 91 | </property> |
| 92 | </activation> |
| 93 | <build> |
| 94 | <pluginManagement> |
| 95 | <plugins> |
| 96 | <plugin> |
| 97 | <groupId>org.eclipse.m2e</groupId> |
| 98 | <artifactId>lifecycle-mapping</artifactId> |
| 99 | <version>1.0.0</version> |
| 100 | <configuration> |
| 101 | <lifecycleMappingMetadata> |
| 102 | <pluginExecutions> |
| 103 | <pluginExecution> |
| 104 | <pluginExecutionFilter> |
waqas.ikram | 34bdfe1 | 2018-05-31 11:09:58 +0100 | [diff] [blame] | 105 | <groupId>org.codehaus.mojo</groupId> |
| 106 | <artifactId>exec-maven-plugin</artifactId> |
waqas.ikram | 4822952 | 2018-05-31 14:49:38 +0100 | [diff] [blame] | 107 | <versionRange>[1.6.0,)</versionRange> |
waqas.ikram | 34bdfe1 | 2018-05-31 11:09:58 +0100 | [diff] [blame] | 108 | <goals> |
| 109 | <goal>java</goal> |
| 110 | </goals> |
| 111 | </pluginExecutionFilter> |
| 112 | <action> |
| 113 | <execute /> |
| 114 | </action> |
| 115 | </pluginExecution> |
| 116 | <pluginExecution> |
| 117 | <pluginExecutionFilter> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 118 | <groupId>org.commonjava.maven.plugins</groupId> |
| 119 | <artifactId>directory-maven-plugin</artifactId> |
| 120 | <versionRange>0.2</versionRange> |
| 121 | <goals> |
| 122 | <goal>directory-of</goal> |
| 123 | </goals> |
| 124 | </pluginExecutionFilter> |
| 125 | <action> |
| 126 | <execute /> |
| 127 | </action> |
| 128 | </pluginExecution> |
| 129 | </pluginExecutions> |
| 130 | </lifecycleMappingMetadata> |
| 131 | </configuration> |
| 132 | </plugin> |
| 133 | </plugins> |
| 134 | </pluginManagement> |
| 135 | </build> |
| 136 | </profile> |
| 137 | </profiles> |
| 138 | |
| 139 | |
| 140 | <modules> |
| 141 | <module>model</module> |
ramverma | 10d58cd | 2018-05-29 15:25:49 +0100 | [diff] [blame] | 142 | <module>context</module> |
ramverma | 37d6fd9 | 2018-06-01 11:51:36 +0100 | [diff] [blame] | 143 | <module>core</module> |
waqas.ikram | 5722440 | 2018-06-01 14:23:01 +0100 | [diff] [blame] | 144 | <module>auth</module> |
waqas.ikram | 75ff76e | 2018-06-06 11:04:36 +0100 | [diff] [blame] | 145 | <module>services</module> |
waqas.ikram | f94d752 | 2018-06-05 16:18:01 +0100 | [diff] [blame] | 146 | <module>plugins</module> |
waqas.ikram | bb89ed3 | 2018-06-18 14:04:52 +0100 | [diff] [blame] | 147 | <module>packages</module> |
waqas.ikram | 2816ea6 | 2018-06-27 16:16:42 +0100 | [diff] [blame^] | 148 | <module>testsuites</module> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 149 | </modules> |
waqas.ikram | bb89ed3 | 2018-06-18 14:04:52 +0100 | [diff] [blame] | 150 | </project> |