summaryrefslogtreecommitdiffstats
path: root/lib/doorman
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-08-12 18:42:35 -0400
committerKAPIL SINGAL <ks220y@att.com>2020-08-12 23:36:54 +0000
commit779d23c7ce3ddba0986bc7aa4ef8535b1d36c3c5 (patch)
tree2733ad6944000781555fedce2ef8dd35c18e1bb8 /lib/doorman
parent1d3548f5b6ea1b089d52f7a9ad5a7b302fac598c (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 'lib/doorman')
-rw-r--r--lib/doorman/pom.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/doorman/pom.xml b/lib/doorman/pom.xml
index fca0a086b..f10a3235b 100644
--- a/lib/doorman/pom.xml
+++ b/lib/doorman/pom.xml
@@ -1,6 +1,5 @@
<?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>
@@ -13,10 +12,10 @@
<groupId>org.onap.ccsdk.features.lib.doorman</groupId>
<artifactId>doorman</artifactId>
+ <name>ccsdk-features :: ${project.artifactId}</name>
<description>Doorman - Request prioritization and aggregation queue</description>
<dependencies>
-
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
@@ -30,7 +29,6 @@
<artifactId>rlock</artifactId>
<version>1.0.1-SNAPSHOT</version>
</dependency>
-
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -47,6 +45,5 @@
<scope>test</scope>
</dependency>
- </dependencies>
-
+ </dependencies>
</project>