summaryrefslogtreecommitdiffstats
path: root/opendaylight/aluminum/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-08-23 08:11:05 -0400
committerDan Timoney <dtimoney@att.com>2021-08-23 08:11:05 -0400
commit1d4a60ebe559808224bdb8a49f85a2928957970f (patch)
tree3e2e9c9d093c0e18a3e75e459b3d323d59b64e4f /opendaylight/aluminum/pom.xml
parent7cd7fe946ae07d21a3daf57a5f2868f4b4b2e7fc (diff)
Remove unneeded Opendaylight directories
Remove OpenDaylight sodium and aluminun directories, no longer needed in Istanbul Issue-ID: CCSDK-3363 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If5bfabd05f8b19f2f2b1cccf6bfba8eec7511bc5
Diffstat (limited to 'opendaylight/aluminum/pom.xml')
-rw-r--r--opendaylight/aluminum/pom.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/opendaylight/aluminum/pom.xml b/opendaylight/aluminum/pom.xml
deleted file mode 100644
index e4155bd8..00000000
--- a/opendaylight/aluminum/pom.xml
+++ /dev/null
@@ -1,35 +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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.onap.ccsdk.distribution</groupId>
- <artifactId>distribution-opendaylight</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- </parent>
-
- <artifactId>distribution-odl-aluminum</artifactId>
- <packaging>pom</packaging>
-
- <name>ccsdk-distribution :: opendaylight :: aluminum</name>
- <description>Creates OpenDaylight container</description>
-
- <modules>
- <module>aluminum-alpine</module>
- </modules>
-
- <properties>
- <ccsdk.opendaylight.version>0.13.1</ccsdk.opendaylight.version>
- </properties>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.opendaylight.integration</groupId>
- <artifactId>onap-karaf</artifactId>
- <version>${ccsdk.opendaylight.version}</version>
- <type>tar.gz</type>
- </dependency>
- </dependencies>
- </dependencyManagement>
-</project>