waqas.ikram | 5722440 | 2018-06-01 14:23:01 +0100 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | Copyright (C) 2018 Ericsson. All rights reserved. |
adheli.tavares | a3a032d | 2023-08-10 16:58:48 +0100 | [diff] [blame] | 4 | Modifications Copyright (C) 2023 Nordix Foundation. |
waqas.ikram | 5722440 | 2018-06-01 14:23:01 +0100 | [diff] [blame] | 5 | ================================================================================ |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | you may not use this file except in compliance with the License. |
| 8 | You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
| 17 | |
| 18 | SPDX-License-Identifier: Apache-2.0 |
| 19 | ============LICENSE_END========================================================= |
| 20 | --> |
| 21 | |
liamfallon | 3aa7cbe | 2018-10-31 16:35:54 +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"> |
waqas.ikram | 5722440 | 2018-06-01 14:23:01 +0100 | [diff] [blame] | 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | |
| 25 | <parent> |
| 26 | <groupId>org.onap.policy.apex-pdp.auth</groupId> |
| 27 | <artifactId>auth</artifactId> |
rameshiyer27 | c1c7c70 | 2024-11-19 17:25:52 +0000 | [diff] [blame^] | 28 | <version>4.1.0-SNAPSHOT</version> |
waqas.ikram | 5722440 | 2018-06-01 14:23:01 +0100 | [diff] [blame] | 29 | </parent> |
| 30 | |
| 31 | <artifactId>cli-codegen</artifactId> |
| 32 | <name>${project.artifactId}</name> |
| 33 | <description>ST4 based ode Generation module for CLI Editor create commands</description> |
| 34 | |
| 35 | <dependencies> |
| 36 | <dependency> |
| 37 | <groupId>org.antlr</groupId> |
| 38 | <artifactId>ST4</artifactId> |
adheli.tavares | a3a032d | 2023-08-10 16:58:48 +0100 | [diff] [blame] | 39 | <version>${version.antlr.st4}</version> |
waqas.ikram | 5722440 | 2018-06-01 14:23:01 +0100 | [diff] [blame] | 40 | </dependency> |
liamfallon | 4ee8953 | 2018-09-28 14:26:40 +0100 | [diff] [blame] | 41 | <dependency> |
| 42 | <groupId>org.onap.policy.apex-pdp.model</groupId> |
liamfallon | 8534756 | 2022-02-10 12:06:25 +0000 | [diff] [blame] | 43 | <artifactId>model</artifactId> |
liamfallon | 4ee8953 | 2018-09-28 14:26:40 +0100 | [diff] [blame] | 44 | <version>${project.version}</version> |
| 45 | <scope>test</scope> |
| 46 | </dependency> |
| 47 | |
waqas.ikram | 5722440 | 2018-06-01 14:23:01 +0100 | [diff] [blame] | 48 | </dependencies> |
a.sreekumar | f1f9a30 | 2020-03-25 23:01:06 +0000 | [diff] [blame] | 49 | </project> |