summaryrefslogtreecommitdiffstats
path: root/opendaylight/aluminum/pom.xml
diff options
context:
space:
mode:
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>