aboutsummaryrefslogtreecommitdiffstats
path: root/utils
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 /utils
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 'utils')
-rw-r--r--utils/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/pom.xml b/utils/pom.xml
index 1152d3ad..73fab751 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -51,13 +51,11 @@
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
- <version>${javax.persistence.api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>${slf4j.version}</version>
<scope>provided</scope>
</dependency>
<dependency>