diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-08-12 18:42:35 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-08-12 23:36:54 +0000 |
commit | 779d23c7ce3ddba0986bc7aa4ef8535b1d36c3c5 (patch) | |
tree | 2733ad6944000781555fedce2ef8dd35c18e1bb8 /sdnr/wt/odlux/core | |
parent | 1d3548f5b6ea1b089d52f7a9ad5a7b302fac598c (diff) |
Refactoring POMS
running mvn tidy:pom and removing few duplicate dependencies
Change-Id: I73144605f24c2d9cb524ab8bcdd6aebb5f0ec682
Issue-ID: CCSDK-2647
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'sdnr/wt/odlux/core')
-rw-r--r-- | sdnr/wt/odlux/core/features/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/odlux/core/model/pom.xml | 1 | ||||
-rw-r--r-- | sdnr/wt/odlux/core/provider/pom.xml | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/sdnr/wt/odlux/core/features/pom.xml b/sdnr/wt/odlux/core/features/pom.xml index e888d27a9..5f17ea5df 100644 --- a/sdnr/wt/odlux/core/features/pom.xml +++ b/sdnr/wt/odlux/core/features/pom.xml @@ -47,12 +47,10 @@ </licenses> <dependencies> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>sdnr-wt-odlux-core-provider</artifactId> <version>${project.version}</version> </dependency> - </dependencies> </project> diff --git a/sdnr/wt/odlux/core/model/pom.xml b/sdnr/wt/odlux/core/model/pom.xml index ef3bbfc48..39a09ffe1 100644 --- a/sdnr/wt/odlux/core/model/pom.xml +++ b/sdnr/wt/odlux/core/model/pom.xml @@ -56,7 +56,6 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> - </dependencies> <build> diff --git a/sdnr/wt/odlux/core/provider/pom.xml b/sdnr/wt/odlux/core/provider/pom.xml index 13395ebb7..afe14f4b1 100644 --- a/sdnr/wt/odlux/core/provider/pom.xml +++ b/sdnr/wt/odlux/core/provider/pom.xml @@ -59,7 +59,6 @@ <artifactId>jetty-server</artifactId> <scope>test</scope> </dependency> - <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> |