Gao, Chenfei (cg287m) | 0ba72f3 | 2017-07-24 15:41:27 -0400 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | eventmanager |
| 4 | ================================================================================ |
Jim Hahn | dd691f0 | 2019-01-14 11:11:17 -0500 | [diff] [blame] | 5 | Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 6 | Modifications Copyright (C) 2019 Nordix Foundation. |
Gao, Chenfei (cg287m) | 0ba72f3 | 2017-07-24 15:41:27 -0400 | [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 |
Joshua Reich | a7a144b | 2019-04-10 13:38:59 -0700 | [diff] [blame] | 11 | |
Gao, Chenfei (cg287m) | 0ba72f3 | 2017-07-24 15:41:27 -0400 | [diff] [blame] | 12 | http://www.apache.org/licenses/LICENSE-2.0 |
Joshua Reich | a7a144b | 2019-04-10 13:38:59 -0700 | [diff] [blame] | 13 | |
Gao, Chenfei (cg287m) | 0ba72f3 | 2017-07-24 15:41:27 -0400 | [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"> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | |
| 25 | <parent> |
| 26 | <groupId>org.onap.policy.drools-applications.controlloop.common</groupId> |
| 27 | <artifactId>common</artifactId> |
Jim Hahn | 3e5c244 | 2019-09-10 12:04:00 -0400 | [diff] [blame^] | 28 | <version>1.6.0-SNAPSHOT</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 29 | </parent> |
| 30 | |
| 31 | <artifactId>eventmanager</artifactId> |
| 32 | |
| 33 | <dependencies> |
| 34 | <dependency> |
| 35 | <groupId>org.eclipse.persistence</groupId> |
| 36 | <artifactId>org.eclipse.persistence.jpa</artifactId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 37 | <scope>provided</scope> |
| 38 | </dependency> |
| 39 | <dependency> |
| 40 | <groupId>commons-io</groupId> |
| 41 | <artifactId>commons-io</artifactId> |
| 42 | <version>2.5</version> |
| 43 | <scope>provided</scope> |
| 44 | </dependency> |
| 45 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 46 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 47 | <artifactId>actorServiceProvider</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 48 | <version>${policy.models.version}</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 49 | <scope>provided</scope> |
| 50 | </dependency> |
| 51 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 52 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
Saravanan A | dbecba3 | 2018-09-10 17:31:33 +0530 | [diff] [blame] | 53 | <artifactId>actor.sdnr</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 54 | <version>${policy.models.version}</version> |
Saravanan A | dbecba3 | 2018-09-10 17:31:33 +0530 | [diff] [blame] | 55 | <scope>provided</scope> |
| 56 | </dependency> |
| 57 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 58 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 59 | <artifactId>actor.appc</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 60 | <version>${policy.models.version}</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 61 | <scope>provided</scope> |
| 62 | </dependency> |
| 63 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 64 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 65 | <artifactId>actor.so</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 66 | <version>${policy.models.version}</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 67 | <scope>provided</scope> |
| 68 | </dependency> |
| 69 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 70 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 71 | <artifactId>actor.vfc</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 72 | <version>${policy.models.version}</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 73 | <scope>provided</scope> |
| 74 | </dependency> |
| 75 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 76 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
Xin Miao | 4498fc2 | 2018-10-01 18:09:24 -0500 | [diff] [blame] | 77 | <artifactId>actor.sdnc</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 78 | <version>${policy.models.version}</version> |
Xin Miao | 4498fc2 | 2018-10-01 18:09:24 -0500 | [diff] [blame] | 79 | <scope>provided</scope> |
| 80 | </dependency> |
| 81 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 82 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 83 | <artifactId>actor.appclcm</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 84 | <version>${policy.models.version}</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 85 | <scope>provided</scope> |
| 86 | </dependency> |
| 87 | <dependency> |
| 88 | <groupId>org.onap.policy.drools-applications.controlloop.common</groupId> |
Joshua Reich | a7a144b | 2019-04-10 13:38:59 -0700 | [diff] [blame] | 89 | <artifactId>database</artifactId> |
| 90 | <version>${project.version}</version> |
Joshua Reich | a7a144b | 2019-04-10 13:38:59 -0700 | [diff] [blame] | 91 | </dependency> |
| 92 | <dependency> |
| 93 | <groupId>org.onap.policy.drools-applications.controlloop.common</groupId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 94 | <artifactId>guard</artifactId> |
| 95 | <version>${project.version}</version> |
| 96 | <scope>provided</scope> |
| 97 | </dependency> |
| 98 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 99 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 100 | <artifactId>events</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 101 | <version>${policy.models.version}</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 102 | <scope>provided</scope> |
| 103 | </dependency> |
| 104 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 105 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
Saravanan A | dbecba3 | 2018-09-10 17:31:33 +0530 | [diff] [blame] | 106 | <artifactId>sdnr</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 107 | <version>${policy.models.version}</version> |
Saravanan A | dbecba3 | 2018-09-10 17:31:33 +0530 | [diff] [blame] | 108 | <scope>provided</scope> |
| 109 | </dependency> |
| 110 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 111 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 112 | <artifactId>appc</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 113 | <version>${policy.models.version}</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 114 | <scope>provided</scope> |
| 115 | </dependency> |
| 116 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 117 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 118 | <artifactId>vfc</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 119 | <version>${policy.models.version}</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 120 | <scope>provided</scope> |
| 121 | </dependency> |
| 122 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 123 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
Xin Miao | 4498fc2 | 2018-10-01 18:09:24 -0500 | [diff] [blame] | 124 | <artifactId>sdnc</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 125 | <version>${policy.models.version}</version> |
Xin Miao | 4498fc2 | 2018-10-01 18:09:24 -0500 | [diff] [blame] | 126 | <scope>provided</scope> |
| 127 | </dependency> |
| 128 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 129 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 130 | <artifactId>appclcm</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 131 | <version>${policy.models.version}</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 132 | <scope>provided</scope> |
| 133 | </dependency> |
| 134 | <dependency> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 135 | <groupId>junit</groupId> |
| 136 | <artifactId>junit</artifactId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 137 | <scope>test</scope> |
| 138 | </dependency> |
| 139 | <dependency> |
Jim Hahn | a9b2b1d | 2018-08-15 16:34:02 -0400 | [diff] [blame] | 140 | <groupId>org.powermock</groupId> |
| 141 | <artifactId>powermock-api-mockito</artifactId> |
Jim Hahn | a9b2b1d | 2018-08-15 16:34:02 -0400 | [diff] [blame] | 142 | <scope>test</scope> |
| 143 | </dependency> |
| 144 | <dependency> |
Jim Hahn | d0932a1 | 2019-06-27 10:52:06 -0400 | [diff] [blame] | 145 | <groupId>org.assertj</groupId> |
| 146 | <artifactId>assertj-core</artifactId> |
| 147 | <scope>test</scope> |
| 148 | </dependency> |
| 149 | <dependency> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 150 | <groupId>com.google.code.gson</groupId> |
| 151 | <artifactId>gson</artifactId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 152 | <scope>provided</scope> |
| 153 | </dependency> |
| 154 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 155 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 156 | <artifactId>sdc</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 157 | <version>${policy.models.version}</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 158 | <scope>provided</scope> |
| 159 | </dependency> |
| 160 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 161 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 162 | <artifactId>aai</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 163 | <version>${policy.models.version}</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 164 | <scope>provided</scope> |
| 165 | </dependency> |
| 166 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 167 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 168 | <artifactId>so</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 169 | <version>${policy.models.version}</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 170 | <scope>provided</scope> |
| 171 | </dependency> |
| 172 | <dependency> |
| 173 | <groupId>org.apache.httpcomponents</groupId> |
| 174 | <artifactId>httpclient</artifactId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 175 | <scope>provided</scope> |
| 176 | </dependency> |
| 177 | <dependency> |
mmis | e87b2f7 | 2018-07-23 12:22:07 +0100 | [diff] [blame] | 178 | <groupId>org.onap.policy.common</groupId> |
| 179 | <artifactId>policy-endpoints</artifactId> |
ramverma | e2b3a9c | 2018-10-25 11:59:09 +0100 | [diff] [blame] | 180 | <version>${version.policy.common}</version> |
mmis | e87b2f7 | 2018-07-23 12:22:07 +0100 | [diff] [blame] | 181 | <scope>provided</scope> |
| 182 | </dependency> |
| 183 | <dependency> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 184 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 185 | <artifactId>policy-management</artifactId> |
ramverma | e2b3a9c | 2018-10-25 11:59:09 +0100 | [diff] [blame] | 186 | <version>${version.policy.drools-pdp}</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 187 | <scope>provided</scope> |
| 188 | </dependency> |
| 189 | <dependency> |
Jim Hahn | 97956f1 | 2018-09-12 18:01:03 -0400 | [diff] [blame] | 190 | <groupId>org.onap.policy.common</groupId> |
| 191 | <artifactId>utils-test</artifactId> |
ramverma | e2b3a9c | 2018-10-25 11:59:09 +0100 | [diff] [blame] | 192 | <version>${version.policy.common}</version> |
Jim Hahn | 97956f1 | 2018-09-12 18:01:03 -0400 | [diff] [blame] | 193 | <scope>test</scope> |
| 194 | </dependency> |
| 195 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 196 | <groupId>org.onap.policy.models.policy-models-interactions</groupId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 197 | <artifactId>simulators</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 198 | <version>${policy.models.version}</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 199 | <scope>test</scope> |
| 200 | </dependency> |
Joshua Reich | 0185fd2 | 2018-08-19 00:57:54 -0700 | [diff] [blame] | 201 | <dependency> |
| 202 | <groupId>com.h2database</groupId> |
| 203 | <artifactId>h2</artifactId> |
| 204 | <scope>test</scope> |
| 205 | </dependency> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 206 | </dependencies> |
Pamela Dragosh | a24a985 | 2018-09-21 20:08:11 -0400 | [diff] [blame] | 207 | <build> |
| 208 | <plugins> |
| 209 | <plugin> |
| 210 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 211 | <executions> |
| 212 | <execution> |
| 213 | <id>onap-java-style</id> |
| 214 | <goals> |
| 215 | <goal>check</goal> |
| 216 | </goals> |
| 217 | <phase>process-sources</phase> |
| 218 | <configuration> |
| 219 | <!-- Use Google Java Style Guide: |
| 220 | https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml |
| 221 | with minor changes --> |
| 222 | <configLocation>onap-checkstyle/onap-java-style.xml</configLocation> |
| 223 | <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory --> |
Pamela Dragosh | 1c32e0c | 2018-09-26 13:53:38 -0400 | [diff] [blame] | 224 | <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> |
Pamela Dragosh | a24a985 | 2018-09-21 20:08:11 -0400 | [diff] [blame] | 225 | <includeResources>true</includeResources> |
| 226 | <includeTestSourceDirectory>true</includeTestSourceDirectory> |
| 227 | <includeTestResources>true</includeTestResources> |
| 228 | <excludes> |
| 229 | </excludes> |
| 230 | <consoleOutput>true</consoleOutput> |
| 231 | <failsOnViolation>true</failsOnViolation> |
| 232 | <violationSeverity>warning</violationSeverity> |
| 233 | </configuration> |
| 234 | </execution> |
| 235 | </executions> |
| 236 | <dependencies> |
| 237 | <dependency> |
| 238 | <groupId>org.onap.oparent</groupId> |
| 239 | <artifactId>checkstyle</artifactId> |
| 240 | <version>${oparent.version}</version> |
| 241 | <scope>compile</scope> |
| 242 | </dependency> |
| 243 | </dependencies> |
| 244 | </plugin> |
| 245 | </plugins> |
| 246 | </build> |
Gao, Chenfei (cg287m) | 6837716 | 2017-06-22 14:48:41 -0400 | [diff] [blame] | 247 | </project> |