summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-common/pom.xml
diff options
context:
space:
mode:
authorst782s <statta@research.att.com>2017-07-27 09:57:46 -0400
committerst782s <statta@research.att.com>2017-07-27 12:37:10 -0400
commitac05129bf7c8fbe62f17647f6233ce01a58ca1a3 (patch)
tree305fe715730297eaa9a6d12ba40ee19c00c0bb8c /ecomp-sdk/epsdk-app-common/pom.xml
parentcb02f8fc9b1d6233fc75fe37db313abd32edf6cb (diff)
Role centralization
Adding functionality to account for global roles across all applications which will be added at portal level Issue: [PORTAL-21] Change-Id: I4cdee652aaaa124abddb63410e1e45257b5bb6e0 Signed-off-by: st782s <statta@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-common/pom.xml')
-rw-r--r--ecomp-sdk/epsdk-app-common/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/ecomp-sdk/epsdk-app-common/pom.xml b/ecomp-sdk/epsdk-app-common/pom.xml
index 66fd4e35..40f9dfb7 100644
--- a/ecomp-sdk/epsdk-app-common/pom.xml
+++ b/ecomp-sdk/epsdk-app-common/pom.xml
@@ -18,7 +18,6 @@
<properties>
<encoding>UTF-8</encoding>
- <epsdk.version>1.3.0-SNAPSHOT</epsdk.version>
<springframework.version>4.2.0.RELEASE</springframework.version>
<hibernate.version>4.3.11.Final</hibernate.version>
<!-- Skip assembling the zip; assemble via mvn -Dskipassembly=false .. -->
@@ -158,17 +157,17 @@
<dependency>
<groupId>org.onap.portal.sdk</groupId>
<artifactId>epsdk-core</artifactId>
- <version>${epsdk.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.portal.sdk</groupId>
<artifactId>epsdk-analytics</artifactId>
- <version>${epsdk.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.portal.sdk</groupId>
<artifactId>epsdk-workflow</artifactId>
- <version>${epsdk.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.att.eelf</groupId>