summaryrefslogtreecommitdiffstats
path: root/lighty/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-08-29 11:23:04 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-08-29 11:23:21 -0400
commit22bb2af4ed106150230fd55e4314697e77f51e6a (patch)
treee6d74bea0de5b43e4eae2e77ac4ba5e4740bf739 /lighty/pom.xml
parent6e4a3b694045c930d4ce97766ed43d78e2cd3459 (diff)
Revert "Proposal to remove OSGi dependencies from the CCSDK project"
This reverts commit e385a7a1d1934c6a3d22df3c3244678ca415134a. Change-Id: I4d3e0d7996fc33ba443ce91f15e9a6dd670bec93 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'lighty/pom.xml')
-rw-r--r--lighty/pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/lighty/pom.xml b/lighty/pom.xml
deleted file mode 100644
index ef790214..00000000
--- a/lighty/pom.xml
+++ /dev/null
@@ -1,22 +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-root</artifactId>
- <version>0.6.0-SNAPSHOT</version>
- </parent>
-
- <artifactId>distribution-lighty</artifactId>
- <packaging>pom</packaging>
-
- <name>ccsdk-distribution :: lighty</name>
- <description>Creates Lighty container</description>
-
- <modules>
- <module>ccsdk-lighty-module</module>
- <module>ccsdk-lighty-distribution</module>
- <module>lighty-ubuntu-docker</module>
- </modules>
-</project>