diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-08-03 13:33:44 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-08-03 13:34:02 +0100 |
commit | 33eb63bbb70140630ecefae9d92c2c8f7d23fc63 (patch) | |
tree | c8b68e21cb6e3fd0eb65032fa4bce10424094757 /common-logging | |
parent | 6d662cb19aa858b743ab7e01d02a2a173abebcad (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 'common-logging')
-rw-r--r-- | common-logging/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 747e4b2a..143ae6b8 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -45,13 +45,11 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> - <version>3.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.7.12</version> </dependency> <dependency> <groupId>com.att.eelf</groupId> |