summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b0d09b0..923fd36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,7 @@
<properties>
<sitePath>/content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version}</sitePath>
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
+ <portal.sdk.version>2.6.0</portal.sdk.version>
<sonar.jacoco.reportPath />
<sonar.jacoco.itReportPath />
@@ -39,6 +40,16 @@
</properties>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.onap.portal.sdk</groupId>
+ <artifactId>epsdk-fw</artifactId>
+ <version>${portal.sdk.version}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
<!-- we don't need to deploy the top level pom project -->
<build>
<pluginManagement>