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/plugin/generator-provider | |
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/plugin/generator-provider')
-rw-r--r-- | blueprints-processor/plugin/generator-provider/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/blueprints-processor/plugin/generator-provider/pom.xml b/blueprints-processor/plugin/generator-provider/pom.xml index e8d97472f..b2d0f1467 100644 --- a/blueprints-processor/plugin/generator-provider/pom.xml +++ b/blueprints-processor/plugin/generator-provider/pom.xml @@ -46,32 +46,26 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>${jackson.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-annotations</artifactId> - <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jsonSchema</artifactId> - <version>${jackson.version}</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.5</version> </dependency> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> - <version>1.7</version> </dependency> <dependency> <groupId>org.powermock</groupId> |