aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/so/pom.xml
diff options
context:
space:
mode:
authorMarcus G K Williams <marcus.williams@intel.com>2019-04-09 12:06:31 -0700
committerKanagaraj Manickam <kanagaraj.manickam@huawei.com>2019-04-10 05:18:41 +0000
commit59cf6b73529b4caed2f76a6a83b86642c8eb9cb3 (patch)
treec2c777d249150711ece331af6fba6c239b0b29fc /products/onap-dublin/features/so/pom.xml
parent7d69084fe80e689e70a6e01f0c82aa2c40ca2ee1 (diff)
Add SO Dublin CLI Commands
Issue-ID: CLI-144 Change-Id: I8dbe73e6736e1044f9184bd86e532654e8191b23 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'products/onap-dublin/features/so/pom.xml')
-rw-r--r--products/onap-dublin/features/so/pom.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/products/onap-dublin/features/so/pom.xml b/products/onap-dublin/features/so/pom.xml
new file mode 100644
index 00000000..a3d6d565
--- /dev/null
+++ b/products/onap-dublin/features/so/pom.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright © Intel Corporation 2018
+
+ 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-dublin-features</artifactId>
+ <version>2.0.6</version>
+ </parent>
+
+ <artifactId>cli-products-onap-dublin-features-so</artifactId>
+ <name>cli/products/onap-dublin/features/so</name>
+ <packaging>jar</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>