Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | drools-pdp-apps |
| 4 | ================================================================================ |
Jim Hahn | 46b27ab | 2021-03-02 14:14:22 -0500 | [diff] [blame] | 5 | Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. |
Hengye | 93206cf | 2019-04-04 03:13:35 +0000 | [diff] [blame] | 6 | Modifications Copyright (C) 2019 Nordix Foundation. |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 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 |
Temoc Rodriguez | b234cce | 2017-08-16 16:10:55 -0700 | [diff] [blame] | 11 | |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 12 | http://www.apache.org/licenses/LICENSE-2.0 |
Temoc Rodriguez | b234cce | 2017-08-16 16:10:55 -0700 | [diff] [blame] | 13 | |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 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 | ============LICENSE_END========================================================= |
| 20 | --> |
| 21 | |
liamfallon | fd6a4f3 | 2018-10-31 16:54:18 +0000 | [diff] [blame] | 22 | <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/xsd/maven-4.0.0.xsd"> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 23 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | <parent> |
Pamela Dragosh | acfe063 | 2018-08-28 09:57:31 -0400 | [diff] [blame] | 26 | <groupId>org.onap.policy.parent</groupId> |
| 27 | <artifactId>integration</artifactId> |
jhh | 83bd167 | 2021-03-11 18:43:49 -0600 | [diff] [blame] | 28 | <version>3.4.0-SNAPSHOT</version> |
liamfallon | fd6a4f3 | 2018-10-31 16:54:18 +0000 | [diff] [blame] | 29 | <relativePath /> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 30 | </parent> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 31 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 32 | <groupId>org.onap.policy.drools-applications</groupId> |
| 33 | <artifactId>drools-applications</artifactId> |
jhh | 83bd167 | 2021-03-11 18:43:49 -0600 | [diff] [blame] | 34 | <version>1.9.0-SNAPSHOT</version> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 35 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 36 | <name>policy-drools-applications</name> |
| 37 | <packaging>pom</packaging> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 38 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 39 | <properties> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 40 | <!-- Project path properties --> |
| 41 | <nexusproxy>https://nexus.onap.org</nexusproxy> |
| 42 | <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> |
| 43 | <releases.path>content/repositories/releases/</releases.path> |
| 44 | <snapshots.path>content/repositories/snapshots/</snapshots.path> |
| 45 | <staging.path>content/repositories/staging/</staging.path> |
Pamela Dragosh | 2d70f7d | 2018-02-16 10:41:37 -0500 | [diff] [blame] | 46 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 47 | <!-- Project common dependency versions --> |
jhh | 83bd167 | 2021-03-11 18:43:49 -0600 | [diff] [blame] | 48 | <version.policy.common>1.9.0-SNAPSHOT</version.policy.common> |
| 49 | <policy.models.version>2.5.0-SNAPSHOT</policy.models.version> |
| 50 | <version.policy.drools-pdp>1.9.0-SNAPSHOT</version.policy.drools-pdp> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 51 | </properties> |
Pamela Dragosh | 6550992 | 2017-02-16 13:27:42 -0500 | [diff] [blame] | 52 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 53 | <build> |
| 54 | <plugins> |
| 55 | <plugin> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 56 | <groupId>org.apache.maven.plugins</groupId> |
| 57 | <artifactId>maven-deploy-plugin</artifactId> |
| 58 | <configuration> |
| 59 | <skip /> |
| 60 | </configuration> |
| 61 | </plugin> |
| 62 | <plugin> |
| 63 | <groupId>org.apache.maven.plugins</groupId> |
| 64 | <artifactId>maven-compiler-plugin</artifactId> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 65 | <configuration> |
| 66 | <encoding>${project.encoding}</encoding> |
Hockla, Ali (ah999m) | 25d3e43 | 2020-01-15 15:04:09 -0600 | [diff] [blame] | 67 | <release>${java.version}</release> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 68 | </configuration> |
| 69 | </plugin> |
| 70 | <plugin> |
| 71 | <groupId>org.apache.maven.plugins</groupId> |
| 72 | <artifactId>maven-site-plugin</artifactId> |
| 73 | <dependencies> |
| 74 | <dependency> |
| 75 | <groupId>org.apache.maven.wagon</groupId> |
| 76 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 77 | <version>2.10</version> |
| 78 | </dependency> |
| 79 | </dependencies> |
| 80 | </plugin> |
| 81 | </plugins> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 82 | </build> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 83 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 84 | <modules> |
| 85 | <module>controlloop</module> |
| 86 | <module>testsuites</module> |
| 87 | </modules> |
Pamela Dragosh | 6550992 | 2017-02-16 13:27:42 -0500 | [diff] [blame] | 88 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 89 | <reporting> |
| 90 | <plugins> |
| 91 | <plugin> |
| 92 | <groupId>org.apache.maven.plugins</groupId> |
| 93 | <artifactId>maven-javadoc-plugin</artifactId> |
| 94 | <version>2.10.4</version> |
| 95 | <configuration> |
| 96 | <failOnError>false</failOnError> |
| 97 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 98 | <docletArtifact> |
| 99 | <groupId>org.umlgraph</groupId> |
| 100 | <artifactId>umlgraph</artifactId> |
| 101 | <version>5.6</version> |
| 102 | </docletArtifact> |
| 103 | <additionalparam>-views</additionalparam> |
| 104 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 105 | </configuration> |
| 106 | </plugin> |
| 107 | </plugins> |
| 108 | </reporting> |
Jorge Hernandez | 3b25dd8 | 2017-08-30 23:42:35 -0500 | [diff] [blame] | 109 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 110 | <dependencies> |
| 111 | <dependency> |
| 112 | <groupId>ch.qos.logback</groupId> |
| 113 | <artifactId>logback-classic</artifactId> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 114 | <scope>provided</scope> |
| 115 | </dependency> |
Pamela Dragosh | 310ff50 | 2020-03-03 09:14:57 -0500 | [diff] [blame] | 116 | <dependency> |
| 117 | <groupId>junit</groupId> |
| 118 | <artifactId>junit</artifactId> |
| 119 | <scope>test</scope> |
| 120 | </dependency> |
| 121 | <dependency> |
| 122 | <groupId>org.powermock</groupId> |
| 123 | <artifactId>powermock-api-mockito2</artifactId> |
| 124 | <scope>test</scope> |
| 125 | </dependency> |
| 126 | <dependency> |
| 127 | <groupId>org.mockito</groupId> |
| 128 | <artifactId>mockito-core</artifactId> |
| 129 | <scope>test</scope> |
| 130 | </dependency> |
| 131 | <dependency> |
| 132 | <groupId>org.powermock</groupId> |
| 133 | <artifactId>powermock-module-junit4</artifactId> |
| 134 | <scope>test</scope> |
| 135 | </dependency> |
| 136 | <dependency> |
| 137 | <groupId>org.assertj</groupId> |
| 138 | <artifactId>assertj-core</artifactId> |
| 139 | <scope>test</scope> |
| 140 | </dependency> |
| 141 | <dependency> |
| 142 | <groupId>org.awaitility</groupId> |
| 143 | <artifactId>awaitility</artifactId> |
| 144 | <scope>test</scope> |
| 145 | </dependency> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 146 | </dependencies> |
Jorge Hernandez | 3b25dd8 | 2017-08-30 23:42:35 -0500 | [diff] [blame] | 147 | |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 148 | </project> |