aboutsummaryrefslogtreecommitdiffstats
path: root/admportal
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-07-27 16:45:37 -0400
committerDan Timoney <dtimoney@att.com>2021-07-27 16:45:37 -0400
commit87b0822e6cbde73db2fd7b2ba2824b7df4bc94d7 (patch)
tree65a7d1bac3b1cb53a526a4c8a471e50e8606006e /admportal
parentcdcd58f6f622c7c3b05fdf7ae96d5a716a6194cc (diff)
Update to support use of version ranges
Updates to allow use of ranges in CCSDK version properties. Issue-ID: CCSDK-3387 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I63be4ff42c79b50aadb45635e22918aa13b76990 Former-commit-id: 24396db9c62ba9f0d4f94a3382e3b45d0d1be2a5
Diffstat (limited to 'admportal')
-rw-r--r--admportal/pom.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/admportal/pom.xml b/admportal/pom.xml
index b8166aed..ac5c5b98 100644
--- a/admportal/pom.xml
+++ b/admportal/pom.xml
@@ -29,21 +29,11 @@
<SWM_VERSION>${project.version}-${build.number}</SWM_VERSION>
</properties>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.onap.ccsdk.sli.core</groupId>
- <artifactId>sli-core-artifacts</artifactId>
- <version>${ccsdk.sli.core.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
<dependencies>
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>
+ <version>${ccsdk.sli.version}</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>