diff options
author | Dan Timoney <dtimoney@att.com> | 2021-08-23 08:11:05 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-08-23 08:11:05 -0400 |
commit | 1d4a60ebe559808224bdb8a49f85a2928957970f (patch) | |
tree | 3e2e9c9d093c0e18a3e75e459b3d323d59b64e4f /opendaylight/sodium/pom.xml | |
parent | 7cd7fe946ae07d21a3daf57a5f2868f4b4b2e7fc (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/sodium/pom.xml')
-rw-r--r-- | opendaylight/sodium/pom.xml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/opendaylight/sodium/pom.xml b/opendaylight/sodium/pom.xml deleted file mode 100644 index fe63f6db..00000000 --- a/opendaylight/sodium/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.1.1-SNAPSHOT</version> - </parent> - - <artifactId>distribution-odl-sodium</artifactId> - <packaging>pom</packaging> - - <name>ccsdk-distribution :: opendaylight :: sodium</name> - <description>Creates OpenDaylight container</description> - - <modules> - <module>sodium-alpine</module> - </modules> - - <properties> - <ccsdk.opendaylight.version>0.11.4</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> |