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