diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-03-08 16:05:20 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-03-08 16:10:52 +0530 |
commit | 5991f9c00cbfd51b3170a6aa808261a31f478cb5 (patch) | |
tree | f969e628d05b0f2ec5da4e683fe717ea7c2ec54b /products/onap-beijing/features/aai | |
parent | aab33e735ebc39f8c760d402a2bd96ef124e4548 (diff) |
Add AAI PNF support project
Issue-ID: CLI-93
Change-Id: Icf050e39d964788ae9992e992bf86dfa9676890a
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-beijing/features/aai')
3 files changed, 43 insertions, 0 deletions
diff --git a/products/onap-beijing/features/aai/pom.xml b/products/onap-beijing/features/aai/pom.xml new file mode 100644 index 00000000..539a141f --- /dev/null +++ b/products/onap-beijing/features/aai/pom.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright 2017 Huawei Technologies Co., Ltd. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + +<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"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.onap.cli</groupId> + <artifactId>cli-products-onap-beijing-features</artifactId> + <version>2.0.0</version> + </parent> + + <artifactId>cli-products-onap-beijing-features-aai</artifactId> + <name>cli/products/onap-beijing/features/aai</name> + <packaging>jar</packaging> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + </plugin> + </plugins> + </build> +</project> diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/.gitkeep b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/.gitkeep new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/.gitkeep @@ -0,0 +1 @@ + diff --git a/products/onap-beijing/features/aai/src/test/resources/open-cli-sample/pnf/.gitkeep b/products/onap-beijing/features/aai/src/test/resources/open-cli-sample/pnf/.gitkeep new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/products/onap-beijing/features/aai/src/test/resources/open-cli-sample/pnf/.gitkeep @@ -0,0 +1 @@ + |