aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-08-03 13:33:44 +0100
committerliamfallon <liam.fallon@ericsson.com>2018-08-03 13:34:02 +0100
commit33eb63bbb70140630ecefae9d92c2c8f7d23fc63 (patch)
treec8b68e21cb6e3fd0eb65032fa4bce10424094757 /policy-endpoints
parent6d662cb19aa858b743ab7e01d02a2a173abebcad (diff)
Fix pom and checkstyle warnings in common
Some dependency versions are now managed in the master POM Checkstyle showed up some warnings in paramters and capabilities. Change-Id: Ifebd8a076bdb3fda626b5b1fda9324801bf58643 Issue-ID: POLICY-716 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'policy-endpoints')
-rw-r--r--policy-endpoints/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index b0e84f87..5510f3d6 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -62,7 +62,6 @@
<dependency>
<groupId>com.att.nsa</groupId>
<artifactId>cambriaClient</artifactId>
- <version>${cambria.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
@@ -156,18 +155,15 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>${http.client.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <version>${http.core.version}</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-jersey2-jaxrs</artifactId>
- <version>${jersey.swagger.version}</version>
</dependency>
<dependency>