a.sreekumar | f46af33 | 2020-03-20 18:30:43 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
ramverma | 3d02543 | 2018-07-19 18:45:16 +0100 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | Copyright (C) 2018 Ericsson. All rights reserved. |
a.sreekumar | f46af33 | 2020-03-20 18:30:43 +0000 | [diff] [blame] | 5 | Modifications Copyright (C) 2020 Nordix Foundation. |
ramverma | 3d02543 | 2018-07-19 18:45:16 +0100 | [diff] [blame] | 6 | ================================================================================ |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | |
| 19 | SPDX-License-Identifier: Apache-2.0 |
| 20 | ============LICENSE_END========================================================= |
a.sreekumar | f46af33 | 2020-03-20 18:30:43 +0000 | [diff] [blame] | 21 | --><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"> |
ramverma | 3d02543 | 2018-07-19 18:45:16 +0100 | [diff] [blame] | 22 | <modelVersion>4.0.0</modelVersion> |
| 23 | <parent> |
| 24 | <groupId>org.onap.policy.apex-pdp</groupId> |
| 25 | <artifactId>apex-pdp</artifactId> |
Jim Hahn | 880b06a | 2020-11-16 18:11:58 -0500 | [diff] [blame] | 26 | <version>2.4.5-SNAPSHOT</version> |
ramverma | 3d02543 | 2018-07-19 18:45:16 +0100 | [diff] [blame] | 27 | </parent> |
| 28 | |
| 29 | <groupId>org.onap.policy.apex-pdp.examples</groupId> |
| 30 | <artifactId>examples</artifactId> |
| 31 | |
| 32 | <packaging>pom</packaging> |
| 33 | <name>${project.artifactId}</name> |
| 34 | <description>Specific source code and other artifacts for Apex example applications.</description> |
| 35 | |
ramverma | 3d02543 | 2018-07-19 18:45:16 +0100 | [diff] [blame] | 36 | <modules> |
ramverma | f8959f5 | 2018-07-25 17:26:52 +0100 | [diff] [blame] | 37 | <module>examples-myfirstpolicy</module> |
| 38 | <module>examples-aadm</module> |
| 39 | <module>examples-adaptive</module> |
| 40 | <module>examples-pcvs</module> |
ramverma | d524ced | 2018-07-24 17:36:53 +0100 | [diff] [blame] | 41 | <module>examples-decisionmaker</module> |
| 42 | <module>examples-periodic</module> |
| 43 | <module>examples-onap-vcpe</module> |
s00370346 | 5262c35 | 2019-04-11 00:14:39 +0530 | [diff] [blame] | 44 | <module>examples-onap-bbs</module> |
ramverma | 9e318f2 | 2018-07-30 19:13:47 +0100 | [diff] [blame] | 45 | <module>examples-servlet</module> |
a.sreekumar | f46af33 | 2020-03-20 18:30:43 +0000 | [diff] [blame] | 46 | <module>examples-grpc</module> |
| 47 | </modules> |
Dinh Danh Le | 6a2abc8 | 2018-08-23 00:41:47 +0100 | [diff] [blame] | 48 | |
liamfallon | 3cb682f | 2019-04-16 11:20:08 +0000 | [diff] [blame] | 49 | <dependencies> |
| 50 | <dependency> |
| 51 | <groupId>com.h2database</groupId> |
| 52 | <artifactId>h2</artifactId> |
| 53 | <scope>test</scope> |
| 54 | </dependency> |
| 55 | </dependencies> |
a.sreekumar | f1f9a30 | 2020-03-25 23:01:06 +0000 | [diff] [blame] | 56 | </project> |