summaryrefslogtreecommitdiffstats
path: root/opendaylight/sulfur/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2023-06-19 10:30:12 -0400
committerDan Timoney <dtimoney@att.com>2023-06-22 20:16:56 +0000
commit1cd7d6526c05daed8c2de0452479ece1b12b62fd (patch)
tree74f35e67321d7491012e0da7569373c7406cf137 /opendaylight/sulfur/pom.xml
parent3eb23368a84f41491105f53c9c3abf095797f65c (diff)
Create ODL Argon docker
Added code to create base OpenDaylight Argon SR1 docker Issue-ID: CCSDK-3913 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I9459a36e35d6291e9d85a7a907091b61610a971c
Diffstat (limited to 'opendaylight/sulfur/pom.xml')
-rw-r--r--opendaylight/sulfur/pom.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/opendaylight/sulfur/pom.xml b/opendaylight/sulfur/pom.xml
deleted file mode 100644
index e1c7071e..00000000
--- a/opendaylight/sulfur/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.6.0-SNAPSHOT</version>
- </parent>
-
- <artifactId>distribution-odl-sulfur</artifactId>
- <packaging>pom</packaging>
-
- <name>ccsdk-distribution :: opendaylight :: sulfur</name>
- <description>Creates OpenDaylight container</description>
-
- <modules>
- <module>sulfur-alpine</module>
- </modules>
-
- <properties>
- <ccsdk.opendaylight.version>0.16.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>