diff options
Diffstat (limited to 'blueprints-processor/adaptors')
-rw-r--r-- | blueprints-processor/adaptors/data-adaptor-provider/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml index 1c01cf9f8..4a24883f0 100644 --- a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml @@ -24,6 +24,10 @@ <name>Blueprints Data Adaptor - Provider</name> <url>http://maven.apache.org</url> + <properties> + <ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version> + </properties> + <dependencyManagement> <dependencies> <dependency> |