bump poms to 1.8.2-SNAPSHOT
[policy/drools-pdp.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ONAP Policy Engine - Drools PDP
5   ================================================================================
6   Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved.
7   Modifications Copyright (C) 2020 Nordix Foundation.
8   ================================================================================
9   Licensed under the Apache License, Version 2.0 (the "License");
10   you may not use this file except in compliance with the License.
11   You may obtain a copy of the License at
12
13        http://www.apache.org/licenses/LICENSE-2.0
14
15   Unless required by applicable law or agreed to in writing, software
16   distributed under the License is distributed on an "AS IS" BASIS,
17   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18   See the License for the specific language governing permissions and
19   limitations under the License.
20   ============LICENSE_END=========================================================
21 -->
22
23 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24     <modelVersion>4.0.0</modelVersion>
25
26     <parent>
27         <groupId>org.onap.policy.parent</groupId>
28         <artifactId>integration</artifactId>
29         <version>3.3.0</version>
30         <relativePath />
31     </parent>
32
33     <groupId>org.onap.policy.drools-pdp</groupId>
34     <artifactId>drools-pdp</artifactId>
35     <version>1.8.2-SNAPSHOT</version>
36     <packaging>pom</packaging>
37     <name>policy-drools-pdp</name>
38
39     <description>The ONAP Policy Engine drools-based PDP Project</description>
40
41     <properties>
42         <!-- Project path properties -->
43         <nexusproxy>https://nexus.onap.org</nexusproxy>
44         <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
45         <releases.path>content/repositories/releases/</releases.path>
46         <snapshots.path>content/repositories/snapshots/</snapshots.path>
47         <staging.path>content/repositories/staging/</staging.path>
48
49         <!-- Project common dependency versions -->
50         <json.path.version>2.4.0</json.path.version>
51         <hibernate.core.version>5.4.28.Final</hibernate.core.version>
52         <hibernate.commons.annotations.version>5.1.2.Final</hibernate.commons.annotations.version>
53         <xml.apis.version>1.4.01</xml.apis.version>
54         <policy.common.version>1.8.0</policy.common.version>
55         <policy.models.version>2.4.1</policy.models.version>
56     </properties>
57
58     <modules>
59         <module>policy-utils</module>
60         <module>policy-core</module>
61         <module>policy-domains</module>
62         <module>policy-management</module>
63         <module>feature-healthcheck</module>
64         <module>feature-eelf</module>
65         <module>feature-pooling-dmaap</module>
66         <module>feature-session-persistence</module>
67         <module>feature-test-transaction</module>
68         <module>api-state-management</module>
69         <module>feature-state-management</module>
70         <module>api-active-standby-management</module>
71         <module>feature-active-standby-management</module>
72         <module>feature-distributed-locking</module>
73         <module>feature-controller-logging</module>
74         <module>feature-mdc-filters</module>
75         <module>feature-lifecycle</module>
76         <module>feature-drools-init</module>
77         <module>feature-no-locking</module>
78         <module>packages</module>
79     </modules>
80
81     <dependencyManagement>
82         <dependencies>
83             <dependency>
84                 <groupId>javax.ws.rs</groupId>
85                 <artifactId>javax.ws.rs-api</artifactId>
86                 <version>2.1.1</version>
87             </dependency>
88             <dependency>
89                 <groupId>org.glassfish.hk2.external</groupId>
90                 <artifactId>javax.inject</artifactId>
91                 <version>2.5.0-b62</version>
92             </dependency>
93             <dependency>
94                 <groupId>com.jayway.jsonpath</groupId>
95                 <artifactId>json-path</artifactId>
96                 <version>${json.path.version}</version>
97             </dependency>
98             <dependency>
99                 <groupId>org.hibernate</groupId>
100                 <artifactId>hibernate-core</artifactId>
101                 <version>${hibernate.core.version}</version>
102             </dependency>
103             <dependency>
104                 <groupId>org.hibernate.common</groupId>
105                 <artifactId>hibernate-commons-annotations</artifactId>
106                 <version>${hibernate.commons.annotations.version}</version>
107             </dependency>
108             <dependency>
109                 <groupId>xml-apis</groupId>
110                 <artifactId>xml-apis</artifactId>
111                 <version>${xml.apis.version}</version>
112             </dependency>
113         </dependencies>
114     </dependencyManagement>
115
116     <build>
117         <plugins>
118             <plugin>
119                 <groupId>org.apache.maven.plugins</groupId>
120                 <artifactId>maven-deploy-plugin</artifactId>
121                 <configuration>
122                     <skip/>
123                 </configuration>
124             </plugin>
125             <plugin>
126                 <groupId>org.apache.maven.plugins</groupId>
127                 <artifactId>maven-compiler-plugin</artifactId>
128             </plugin>
129             <plugin>
130                 <groupId>org.apache.maven.plugins</groupId>
131                 <artifactId>maven-resources-plugin</artifactId>
132             </plugin>
133
134             <plugin>
135                 <groupId>org.apache.maven.plugins</groupId>
136                 <artifactId>maven-site-plugin</artifactId>
137                 <dependencies>
138                     <dependency>
139                         <groupId>org.apache.maven.wagon</groupId>
140                         <artifactId>wagon-webdav-jackrabbit</artifactId>
141                         <version>2.10</version>
142                     </dependency>
143                 </dependencies>
144             </plugin>
145         </plugins>
146         <pluginManagement>
147             <plugins>
148                 <plugin>
149                     <groupId>org.eclipse.m2e</groupId>
150                     <artifactId>lifecycle-mapping</artifactId>
151                     <version>1.0.0</version>
152                     <configuration>
153                         <lifecycleMappingMetadata>
154                             <pluginExecutions>
155                                 <pluginExecution>
156                                     <pluginExecutionFilter>
157                                         <groupId>org.apache.maven.plugins</groupId>
158                                         <artifactId>maven-checkstyle-plugin</artifactId>
159                                         <versionRange>2.17,)</versionRange>
160                                         <goals>
161                                             <goal>check</goal>
162                                         </goals>
163                                     </pluginExecutionFilter>
164                                     <action>
165                                         <ignore/>
166                                     </action>
167                                 </pluginExecution>
168                             </pluginExecutions>
169                         </lifecycleMappingMetadata>
170                     </configuration>
171                 </plugin>
172             </plugins>
173         </pluginManagement>
174     </build>
175     <reporting>
176         <plugins>
177             <plugin>
178                 <groupId>org.apache.maven.plugins</groupId>
179                 <artifactId>maven-javadoc-plugin</artifactId>
180                 <version>2.10.4</version>
181                 <configuration>
182                     <failOnError>false</failOnError>
183                     <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
184                     <docletArtifact>
185                         <groupId>org.umlgraph</groupId>
186                         <artifactId>umlgraph</artifactId>
187                         <version>5.6</version>
188                     </docletArtifact>
189                     <additionalparam>-views</additionalparam>
190                     <useStandardDocletOptions>true</useStandardDocletOptions>
191                 </configuration>
192             </plugin>
193         </plugins>
194     </reporting>
195
196 </project>