summaryrefslogtreecommitdiffstats
path: root/opendaylight/sulfur/pom.xml
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2022-06-13 05:45:24 +0200
committerDan Timoney <dtimoney@att.com>2022-07-28 09:40:20 -0400
commitb62ae2e4a975ae0531426d7f02a2face4ca12bfc (patch)
tree29ddecf3dcd309f5cae30ce0d9d08701dae21fd9 /opendaylight/sulfur/pom.xml
parent8b583df562d47c7d5190f22fe35845fd50820477 (diff)
migrate dist to sulfur-sr0
add odl sulfur dist (djtimoney) Fixed some dependencies to resolve issues in local build, installed odl-restconf-nb-bierman02 karaf package to enable Bierman RESTCONF API support Issue-ID: CCSDK-3695 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ifd98f04f9a68c0c3923802839cdb71e12a115d09 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'opendaylight/sulfur/pom.xml')
-rw-r--r--opendaylight/sulfur/pom.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/opendaylight/sulfur/pom.xml b/opendaylight/sulfur/pom.xml
new file mode 100644
index 00000000..c7f3ce57
--- /dev/null
+++ b/opendaylight/sulfur/pom.xml
@@ -0,0 +1,35 @@
+<?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.4.1-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>