diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-06-24 11:15:57 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-06-24 11:15:57 -0400 |
commit | 8af66e885a492465d94399b9198487ce8550fa96 (patch) | |
tree | 9eb6e6bd32b905b603c55b3fef4f4942a6e95d89 /blueprints-processor/adaptors/rest-adaptor-provider/pom.xml | |
parent | 095dd963db05e7e19810e0f3b32cc9f3a7704de1 (diff) |
Remove versions form project poms
Remove versions from project poms and instead drive version from
dependencyManagement declaration in parent pom.
Change-Id: I6d5923fb51040aa5e238638464150f8d455bc095
Issue-ID: CCSDK-1416
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'blueprints-processor/adaptors/rest-adaptor-provider/pom.xml')
-rw-r--r-- | blueprints-processor/adaptors/rest-adaptor-provider/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml index 45eb292a6..ed1c619d0 100644 --- a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml @@ -36,37 +36,30 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>${commons.lang3.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>${jackson.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>${apache.httpcomponents.core.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>${apache.httpcomponents.client.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>${spring.version}</version> </dependency> <dependency> <groupId>com.att.eelf</groupId> <artifactId>eelf-core</artifactId> - <version>${eelf.version}</version> </dependency> <dependency> <groupId>org.osgi</groupId> @@ -76,7 +69,6 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>${junit.version}</version> <scope>test</scope> </dependency> </dependencies> |