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. |
liamfallon | 0d52472 | 2023-01-31 10:44:54 +0000 | [diff] [blame] | 6 | Modifications Copyright (C) 2019,2023 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> |
liamfallon | d7d54fe | 2023-05-25 10:47:01 +0100 | [diff] [blame^] | 28 | <version>4.0.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> |
liamfallon | 8dcb352 | 2023-05-25 09:41:40 +0100 | [diff] [blame] | 34 | <version>2.0.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 --> |
liamfallon | d7d54fe | 2023-05-25 10:47:01 +0100 | [diff] [blame^] | 48 | <version.policy.common>2.0.0-SNAPSHOT</version.policy.common> |
| 49 | <policy.models.version>3.0.0-SNAPSHOT</policy.models.version> |
| 50 | <version.policy.drools-pdp>2.0.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> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 103 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 104 | </configuration> |
| 105 | </plugin> |
| 106 | </plugins> |
| 107 | </reporting> |
Jorge Hernandez | 3b25dd8 | 2017-08-30 23:42:35 -0500 | [diff] [blame] | 108 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 109 | <dependencies> |
| 110 | <dependency> |
| 111 | <groupId>ch.qos.logback</groupId> |
| 112 | <artifactId>logback-classic</artifactId> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 113 | <scope>provided</scope> |
| 114 | </dependency> |
Pamela Dragosh | 310ff50 | 2020-03-03 09:14:57 -0500 | [diff] [blame] | 115 | <dependency> |
| 116 | <groupId>junit</groupId> |
| 117 | <artifactId>junit</artifactId> |
| 118 | <scope>test</scope> |
| 119 | </dependency> |
| 120 | <dependency> |
Pamela Dragosh | 310ff50 | 2020-03-03 09:14:57 -0500 | [diff] [blame] | 121 | <groupId>org.mockito</groupId> |
| 122 | <artifactId>mockito-core</artifactId> |
| 123 | <scope>test</scope> |
| 124 | </dependency> |
| 125 | <dependency> |
liamfallon | 0d52472 | 2023-01-31 10:44:54 +0000 | [diff] [blame] | 126 | <groupId>org.springframework</groupId> |
| 127 | <artifactId>spring-test</artifactId> |
Pamela Dragosh | 310ff50 | 2020-03-03 09:14:57 -0500 | [diff] [blame] | 128 | <scope>test</scope> |
| 129 | </dependency> |
| 130 | <dependency> |
| 131 | <groupId>org.assertj</groupId> |
| 132 | <artifactId>assertj-core</artifactId> |
| 133 | <scope>test</scope> |
| 134 | </dependency> |
| 135 | <dependency> |
| 136 | <groupId>org.awaitility</groupId> |
| 137 | <artifactId>awaitility</artifactId> |
| 138 | <scope>test</scope> |
| 139 | </dependency> |
liamfallon | 2b51249 | 2023-02-17 19:17:27 +0000 | [diff] [blame] | 140 | |
lapentafd | 44dd829 | 2023-02-13 13:59:45 +0000 | [diff] [blame] | 141 | <!-- Swagger v3 annotations --> |
| 142 | <dependency> |
| 143 | <groupId>io.swagger.core.v3</groupId> |
liamfallon | 2b51249 | 2023-02-17 19:17:27 +0000 | [diff] [blame] | 144 | <artifactId>swagger-annotations</artifactId> |
lapentafd | 44dd829 | 2023-02-13 13:59:45 +0000 | [diff] [blame] | 145 | </dependency> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 146 | </dependencies> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 147 | </project> |