aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-02-14 10:42:53 +0000
committerliamfallon <liam.fallon@est.tech>2023-02-14 10:43:13 +0000
commit7a8edbaaec4b1e988091b161a54f2ed320035470 (patch)
treef5aa6a62c570ca510b2d2ca860ffdbbdd483ef06
parent0a07999ae3b27154249de5744c4b20fbb627dcdb (diff)
Small dependency clean up in drools-pdp
Issue-ID: POLICY-4482 Change-Id: Ie24331df7d3ba7704f97846a062a151d7e9539fc Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--feature-pooling-dmaap/pom.xml4
-rw-r--r--policy-utils/pom.xml5
2 files changed, 0 insertions, 9 deletions
diff --git a/feature-pooling-dmaap/pom.xml b/feature-pooling-dmaap/pom.xml
index 658325c5..b1b1035b 100644
--- a/feature-pooling-dmaap/pom.xml
+++ b/feature-pooling-dmaap/pom.xml
@@ -33,10 +33,6 @@
<name>feature-pooling-dmaap</name>
<description>Endpoints</description>
- <properties>
- <jetty.version>9.3.20.v20170531</jetty.version>
- </properties>
-
<build>
<plugins>
<plugin>
diff --git a/policy-utils/pom.xml b/policy-utils/pom.xml
index 3c102dff..822f7fe0 100644
--- a/policy-utils/pom.xml
+++ b/policy-utils/pom.xml
@@ -53,11 +53,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.onap.policy.common</groupId>
- <artifactId>utils</artifactId>
- <version>${policy.common.version}</version>
- </dependency>
- <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.8.0</version>