diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-29 11:11:24 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-29 11:12:11 -0400 |
commit | e1b15a3b62259a0a7e8da3561b044dabf3c5e9d4 (patch) | |
tree | 950be407a977db8174d98b62bebef86e3b84b150 /lighty/pom.xml | |
parent | c4ed9e1fce217d171afd569676e625b0be51cbfb (diff) |
Revert "Proposal to remove OSGi dependencies from the CCSDK project"
This reverts commit 85041dd8795b84a48d0b48dd746bfbcb230c8794.
This needs to be reverted due to insufficient testing (no
jUnit tests provided)
Change-Id: I011f3eb7ab27ba9946f04d4d528dd4d91b593685
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'lighty/pom.xml')
-rw-r--r-- | lighty/pom.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lighty/pom.xml b/lighty/pom.xml deleted file mode 100644 index f6df30ac..00000000 --- a/lighty/pom.xml +++ /dev/null @@ -1,21 +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.parent</groupId> - <artifactId>odlparent-lite</artifactId> - <version>1.4.1-SNAPSHOT</version> - <relativePath/> - </parent> - - <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>ccsdk-core-lighty-aggregator</artifactId> - <version>0.6.1-SNAPSHOT</version> - <packaging>pom</packaging> - - <modules> - <module>ccsdk-core-lighty</module> - <module>ccsdk-lighty-dependency-versions</module> - </modules> -</project> |