summaryrefslogtreecommitdiffstats
path: root/so-sdn-clients/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'so-sdn-clients/pom.xml')
-rw-r--r--so-sdn-clients/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/so-sdn-clients/pom.xml b/so-sdn-clients/pom.xml
index 7871db2558..a93adf9a09 100644
--- a/so-sdn-clients/pom.xml
+++ b/so-sdn-clients/pom.xml
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>so-sdn-clients</artifactId>
<properties>
- <sdnc.northbound.version>1.5.2</sdnc.northbound.version>
+ <sdnc.northbound.version>3.0.2</sdnc.northbound.version>
</properties>
<build>
<plugins>
@@ -130,6 +130,14 @@
<artifactId>aai-client</artifactId>
<version>${project.version}</version>
</dependency>
+ <!-- RFC Supporting Dependencies -->
+ <dependency>
+ <groupId>org.onap.sdnc.northbound</groupId>
+ <artifactId>generic-resource-api-model-swagger</artifactId>
+ <version>3.0.2</version>
+ <type>yaml</type>
+ </dependency>
+ <!-- RFC Supporting Dependencies -->
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>