diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-08-07 14:38:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-07 14:38:34 +0000 |
commit | 956f5e200a3a54a39d253c98636986e846013c29 (patch) | |
tree | 3540a2d2b9f91682c1790a896b217458ab9e71b7 | |
parent | 7b3675d4826d793daafea13900cc86c725392173 (diff) | |
parent | c4be02fa153cc855c9f0920ef56bd0b8017c0ee8 (diff) |
Merge "Clean up pom"
-rw-r--r-- | common/pom.xml | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/common/pom.xml b/common/pom.xml index 8a5f5a2e37..43cb5313f7 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -102,7 +102,7 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> - <version>${cxf.version}</version> + <version>3.1.12</version> <scope>test</scope> </dependency> <dependency> @@ -133,22 +133,11 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-ext</artifactId> - <version>1.7.25</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>1.2.3</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-core</artifactId> - <version>1.2.3</version> </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - </dependency> <dependency> <groupId>janino</groupId> |