Update snapshot and/or references of policy/apex-pdp to latest snapshots
[policy/apex-pdp.git] / pom.xml
1 <!--
2   ============LICENSE_START=======================================================
3    Copyright (C) 2018 Ericsson. All rights reserved.
4    Modifications Copyright (C) 2019-2020, 2022-2023 Nordix Foundation.
5    Modifications Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
6    Modifications Copyright (C) 2020-2021 Bell Canada.
7   ================================================================================
8   Licensed under the Apache License, Version 2.0 (the "License");
9   you may not use this file except in compliance with the License.
10   You may obtain a copy of the License at
11
12        http://www.apache.org/licenses/LICENSE-2.0
13
14   Unless required by applicable law or agreed to in writing, software
15   distributed under the License is distributed on an "AS IS" BASIS,
16   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17   See the License for the specific language governing permissions and
18   limitations under the License.
19
20   SPDX-License-Identifier: Apache-2.0
21   ============LICENSE_END=========================================================
22 -->
23
24 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
26     <modelVersion>4.0.0</modelVersion>
27     <parent>
28         <groupId>org.onap.policy.parent</groupId>
29         <artifactId>integration</artifactId>
30         <version>3.7.2-SNAPSHOT</version>
31         <relativePath />
32     </parent>
33
34     <groupId>org.onap.policy.apex-pdp</groupId>
35     <artifactId>apex-pdp</artifactId>
36     <version>2.9.2-SNAPSHOT</version>
37     <packaging>pom</packaging>
38
39     <name>policy-apex-pdp</name>
40     <description>Packaging for all the Apex components, the engine, the WAR service, and the editor.</description>
41
42     <properties>
43         <encoding>UTF-8</encoding>
44         <file.encoding>UTF-8</file.encoding>
45         <sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths>
46
47         <!-- Policy framework dependencies -->
48         <version.policy.common>1.12.2-SNAPSHOT</version.policy.common>
49         <version.policy.models>2.8.2-SNAPSHOT</version.policy.models>
50
51         <!-- Apex-specific dependencies -->
52         <version.activemq>5.17.3</version.activemq>
53         <version.artemis-jms-client>2.28.0</version.artemis-jms-client>
54         <version.avro>1.11.1</version.avro>
55         <version.caffeine>3.1.3</version.caffeine>
56         <version.curator>5.4.0</version.curator>
57         <version.jgroups>4.1.5.Final</version.jgroups>
58         <version.jnr.jffi>1.3.10</version.jnr.jffi>
59         <version.jnr.jnr-posix>3.1.16</version.jnr.jnr-posix>
60         <version.jruby-core>9.4.1.0</version.jruby-core>
61         <version.jruby-joni>2.1.48</version.jruby-joni>
62         <version.jruby-extras-bytelist>1.0.15</version.jruby-extras-bytelist>
63         <version.jython-standalone>2.7.3</version.jython-standalone>
64         <version.kafka-avro-serializer>7.3.1</version.kafka-avro-serializer>
65         <version.kafka-junit4>3.2.4</version.kafka-junit4>
66         <version.rhino>1.7.14</version.rhino>
67         <version.zookeeper>3.8.1</version.zookeeper>
68     </properties>    
69
70     <distributionManagement>
71         <site>
72             <id>ecomp-site</id>
73             <url>dav:${onap.nexus.url}${sitePath}</url>
74         </site>
75     </distributionManagement>
76
77     <dependencies>
78         <dependency>
79             <groupId>junit</groupId>
80             <artifactId>junit</artifactId>
81             <scope>test</scope>
82         </dependency>
83         <dependency>
84             <groupId>org.assertj</groupId>
85             <artifactId>assertj-core</artifactId>
86             <scope>test</scope>
87         </dependency>
88         <dependency>
89             <groupId>org.awaitility</groupId>
90             <artifactId>awaitility</artifactId>
91             <scope>test</scope>
92         </dependency>
93         <dependency>
94             <groupId>org.slf4j</groupId>
95             <artifactId>slf4j-ext</artifactId>
96         </dependency>
97         <dependency>
98             <groupId>org.slf4j</groupId>
99             <artifactId>slf4j-api</artifactId>
100         </dependency>
101         <dependency>
102             <groupId>ch.qos.logback</groupId>
103             <artifactId>logback-core</artifactId>
104         </dependency>
105         <dependency>
106             <groupId>ch.qos.logback</groupId>
107             <artifactId>logback-classic</artifactId>
108         </dependency>
109         <dependency>
110             <groupId>org.projectlombok</groupId>
111             <artifactId>lombok</artifactId>
112         </dependency>
113     </dependencies>
114
115     <dependencyManagement>
116         <dependencies>
117             <dependency>
118                 <groupId>org.onap.policy.common</groupId>
119                 <artifactId>utils</artifactId>
120                 <version>${version.policy.common}</version>
121             </dependency>
122             <dependency>
123                 <groupId>org.onap.policy.common</groupId>
124                 <artifactId>common-parameters</artifactId>
125                 <version>${version.policy.common}</version>
126             </dependency>
127             <dependency>
128                 <groupId>org.onap.policy.common</groupId>
129                 <artifactId>policy-endpoints</artifactId>
130                 <version>${version.policy.common}</version>
131             </dependency>
132             <dependency>
133                 <groupId>org.jgroups</groupId>
134                 <artifactId>jgroups</artifactId>
135                 <version>${version.jgroups}</version>
136             </dependency>
137             <dependency>
138                 <groupId>com.github.ben-manes.caffeine</groupId>
139                 <artifactId>caffeine</artifactId>
140                 <version>${version.caffeine}</version>
141             </dependency>
142         </dependencies>
143     </dependencyManagement>
144
145     <profiles>
146         <profile>
147             <!--This profile is used to store Eclipse m2e settings only. It has no
148                 influence on the Maven build itself. -->
149             <id>only-eclipse</id>
150             <activation>
151                 <property>
152                     <name>m2e.version</name>
153                 </property>
154             </activation>
155             <build>
156                 <pluginManagement>
157                     <plugins>
158                         <plugin>
159                             <groupId>org.eclipse.m2e</groupId>
160                             <artifactId>lifecycle-mapping</artifactId>
161                             <version>1.0.0</version>
162                             <configuration>
163                                 <lifecycleMappingMetadata>
164                                     <pluginExecutions>
165                                         <pluginExecution>
166                                             <pluginExecutionFilter>
167                                                 <groupId>org.codehaus.mojo</groupId>
168                                                 <artifactId>exec-maven-plugin</artifactId>
169                                                 <versionRange>[1.6.0,)</versionRange>
170                                                 <goals>
171                                                     <goal>java</goal>
172                                                     <goal>exec</goal>
173                                                 </goals>
174                                             </pluginExecutionFilter>
175                                             <action>
176                                                 <execute />
177                                             </action>
178                                         </pluginExecution>
179                                         <pluginExecution>
180                                             <pluginExecutionFilter>
181                                                 <groupId>org.commonjava.maven.plugins</groupId>
182                                                 <artifactId>directory-maven-plugin</artifactId>
183                                                 <versionRange>0.2</versionRange>
184                                                 <goals>
185                                                     <goal>directory-of</goal>
186                                                 </goals>
187                                             </pluginExecutionFilter>
188                                             <action>
189                                                 <execute />
190                                             </action>
191                                         </pluginExecution>
192                                         <pluginExecution>
193                                             <pluginExecutionFilter>
194                                                 <groupId>org.apache.maven.plugins</groupId>
195                                                 <artifactId>maven-dependency-plugin</artifactId>
196                                                 <versionRange>[2.0,)</versionRange>
197                                                 <goals>
198                                                     <goal>unpack</goal>
199                                                     <goal>unpack-dependencies</goal>
200                                                 </goals>
201                                             </pluginExecutionFilter>
202                                             <action>
203                                                 <execute />
204                                             </action>
205                                         </pluginExecution>
206                                         <pluginExecution>
207                                             <pluginExecutionFilter>
208                                                 <groupId>org.apache.maven.plugins</groupId>
209                                                 <artifactId>maven-antrun-plugin</artifactId>
210                                                 <versionRange>[1.0,)</versionRange>
211                                                 <goals>
212                                                     <goal>run</goal>
213                                                 </goals>
214                                             </pluginExecutionFilter>
215                                             <action>
216                                                 <ignore />
217                                             </action>
218                                         </pluginExecution>
219                                     </pluginExecutions>
220                                 </lifecycleMappingMetadata>
221                             </configuration>
222                         </plugin>
223                     </plugins>
224                 </pluginManagement>
225             </build>
226         </profile>
227     </profiles>
228
229     <modules>
230         <module>model</module>
231         <module>context</module>
232         <module>core</module>
233         <module>auth</module>
234         <module>services</module>
235         <module>plugins</module>
236         <module>examples</module>
237         <module>testsuites</module>
238         <module>tools</module>
239         <module>packages</module>
240     </modules>
241 </project>