aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-06-23 15:02:37 +0000
committerGerrit Code Review <gerrit@onap.org>2017-06-23 15:02:37 +0000
commitb60cc0eae0ff1e15743bd37c3ace1351c74f5452 (patch)
tree872f368c1801a44c9f4b5461c356cb79b926aa35
parenta195ed9786f576aafe9bedcf7cddbb9edf0184c8 (diff)
parent58cd1a8ecc891a0d651252139356c83d2ebd7a63 (diff)
Merge "SDNC-15 specify the version of spring-jdbc"
-rw-r--r--resource-assignment/features/src/main/resources/features.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resource-assignment/features/src/main/resources/features.xml b/resource-assignment/features/src/main/resources/features.xml
index 754df32..57ef718 100644
--- a/resource-assignment/features/src/main/resources/features.xml
+++ b/resource-assignment/features/src/main/resources/features.xml
@@ -31,7 +31,7 @@
<feature>sdnc-sli</feature>
<feature>sdnc-dblib</feature>
<feature>spring</feature>
- <feature>spring-jdbc</feature>
+ <feature version="[3.1,4)">spring-jdbc</feature>
<feature>spring-dm</feature>
<bundle start-level="88">mvn:org.openecomp.sdnc.adaptors/resource-assignment-provider/${project.version}</bundle>
<bundle>mvn:mysql/mysql-connector-java/${mysql.connector.version}</bundle>