aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/policy
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2019-08-07 06:51:14 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-07 06:51:14 +0000
commit1b7553143682d82c9415c9d4341c652f1e49dc97 (patch)
tree3b1e96f5aaf764887c6ad0f7a1334353d26088ff /products/onap-elalto/features/policy
parent4b279245d18de79879240e587d78db16dd3f09b6 (diff)
parent6a0d36293116fc640e00da79c6517183cfb22689 (diff)
Merge changes I99b6c01e,I812465a2,Ia2260c45,Idcd8872f,Ia818d735, ...
* changes: Add policy login elalto Add sdc login elato Add basic logout elalto Add place holder for onap-el-alto Add elalto basic auth login Make conf and script optional in zip
Diffstat (limited to 'products/onap-elalto/features/policy')
-rw-r--r--products/onap-elalto/features/policy/pom.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/products/onap-elalto/features/policy/pom.xml b/products/onap-elalto/features/policy/pom.xml
new file mode 100644
index 00000000..36c69d74
--- /dev/null
+++ b/products/onap-elalto/features/policy/pom.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2019 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-elalto-features</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>cli-products-onap-elalto-features-policy</artifactId>
+ <name>cli/products/onap-elalto/features/policy</name>
+ <packaging>jar</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>