aboutsummaryrefslogtreecommitdiffstats
path: root/properties-node/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-08-30 10:54:16 -0400
committerDan Timoney <dtimoney@att.com>2017-08-30 10:54:16 -0400
commite5e2526b12d60e6b65468964372eb0395e8c9ca9 (patch)
tree188ce5442f8e211489f3801d7ee46a8a3544c029 /properties-node/pom.xml
parentb0235c609cd34fef5855f40788e526f9b517da45 (diff)
Prune plugins moved to ccsdk
Replace code moved to CCSDK with README.md files redirecting developers to the proper CCSDK repository Change-Id: I6299a50f8116c653e88949a0ff23a1f2dbebb20d Issue-ID: CCSDK-59 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'properties-node/pom.xml')
-rwxr-xr-xproperties-node/pom.xml43
1 files changed, 0 insertions, 43 deletions
diff --git a/properties-node/pom.xml b/properties-node/pom.xml
deleted file mode 100755
index 76754cb..0000000
--- a/properties-node/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.openecomp.sdnc.plugins</groupId>
- <artifactId>sdnc-plugins</artifactId>
- <version>1.1.2-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <packaging>pom</packaging>
-
- <groupId>org.openecomp.sdnc.plugins</groupId>
- <artifactId>properties-node</artifactId>
- <version>1.1.2-SNAPSHOT</version>
-
- <name>Properties Node</name>
- <description>This is an implementation of DG Execute Node that reads property file and
- puts the properties in the DG context</description>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.openecomp.sdnc.plugins</groupId>
- <artifactId>properties-node-features</artifactId>
- <classifier>features</classifier>
- <type>xml</type>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.openecomp.sdnc.plugins</groupId>
- <artifactId>properties-node-provider</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
- <modules>
- <module>provider</module>
- <module>features</module>
- <module>installer</module>
- </modules>
-</project>
-